awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to ryanaghdam/has-key-deep

Projects sharing features with Has Key Deep

22 open-source projects similar to ryanaghdam/has-key-deep, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • ramda/ramdaramda avatar

    ramda/ramda

    24,072View on GitHub↗

    Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It provides a comprehensive suite of pure utility functions designed to enable declarative data processing pipelines. The library is distinguished by its use of automatic function currying and a data-last argument order. These design patterns allow multi-argument functions to be partially applied, simplifying the construction of processing chains where data is passed through a sequence of operations. The toolkit covers broad data manipulation capabilities, including list processin

    JavaScriptjavascriptramda
    View on GitHub↗24,072
  • eush77/object-pairseush77 avatar

    eush77/object-pairs

    2View on GitHub↗

    Object -> [key0, value0, key1, value1...]

    JavaScript
    View on GitHub↗2
  • fibo/static-propsF

    fibo/static-props

    0View on GitHub↗
    View on GitHub↗0
  • gummesson/is-empty-objectgummesson avatar

    gummesson/is-empty-object

    11View on GitHub↗

    Check if an object is empty.

    JavaScript
    View on GitHub↗11
  • jarofghosts/just-pluckjarofghosts avatar

    jarofghosts/just-pluck

    11View on GitHub↗

    pluck without the madness

    JavaScript
    View on GitHub↗11

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
jonschlinkert/get-valuejonschlinkert avatar

jonschlinkert/get-value

298View on GitHub↗

Use property paths (a.b.c) get a nested value from an object.

TypeScript
View on GitHub↗298
  • jonschlinkert/has-valuejonschlinkert avatar

    jonschlinkert/has-value

    26View on GitHub↗

    Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

    JavaScript
    View on GitHub↗26
  • jonschlinkert/set-valuejonschlinkert avatar

    jonschlinkert/set-value

    277View on GitHub↗

    Set nested properties on an object using dot-notation.

    JavaScript
    View on GitHub↗277
  • landau/zipmaplandau avatar

    landau/zipmap

    4View on GitHub↗

    Returns a map with the keys mapped to the corresponding vals.

    JavaScript
    View on GitHub↗4
  • linusu/has-own-propertyLinusU avatar

    LinusU/has-own-property

    3View on GitHub↗

    Check if an object has a local property.

    JavaScript
    View on GitHub↗3
  • mattphillips/deep-object-diffmattphillips avatar

    mattphillips/deep-object-diff

    1,134View on GitHub↗

    Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️

    JavaScript
    View on GitHub↗1,134
  • ricardobeat/flatkeysricardobeat avatar

    ricardobeat/flatkeys

    3View on GitHub↗

    Flatten object keys

    CoffeeScript
    View on GitHub↗3
  • shevaroller/node-merge-objectsshevaroller avatar

    shevaroller/node-merge-objects

    2View on GitHub↗

    Merge two objects and concatenate arrays that are values of the same object key.

    JavaScript
    View on GitHub↗2
  • sindresorhus/deep-assignsindresorhus avatar

    sindresorhus/deep-assign

    246View on GitHub↗

    DEPRECATED Recursive Object.assign()

    JavaScript
    View on GitHub↗246
  • sindresorhus/filter-objsindresorhus avatar

    sindresorhus/filter-obj

    105View on GitHub↗

    Filter object keys and values into a new object

    JavaScript
    View on GitHub↗105
  • sindresorhus/map-objsindresorhus avatar

    sindresorhus/map-obj

    217View on GitHub↗

    Map object keys and values into a new object

    JavaScript
    View on GitHub↗217
  • sindresorhus/object-valuessindresorhus avatar

    sindresorhus/object-values

    27View on GitHub↗

    Get the values of an object

    JavaScript
    View on GitHub↗27
  • substack/node-deep-equalsubstack avatar

    substack/node-deep-equal

    793View on GitHub↗

    node's assert.deepEqual algorithm

    JavaScript
    View on GitHub↗793
  • vladgolubev/missing-deep-keysvladgolubev avatar

    vladgolubev/missing-deep-keys

    0View on GitHub↗

    :thought_balloon: Tells you what keys from first object are missing in second

    JavaScript
    View on GitHub↗0
  • watson/flatten-objwatson avatar

    watson/flatten-obj

    21View on GitHub↗

    Converts an object literal with deeply nested nodes to a simple key/value object

    JavaScript
    View on GitHub↗21
  • domenic/sorted-objectdomenic avatar

    domenic/sorted-object

    36View on GitHub↗

    Returns a copy of an object with its keys sorted

    JavaScript
    View on GitHub↗36
  • yeoman/stringify-objectyeoman avatar

    yeoman/stringify-object

    324View on GitHub↗

    Stringify an object/array like JSON.stringify just without all the double-quotes

    JavaScript
    View on GitHub↗324