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
ryanaghdam avatar

ryanaghdam/has-key-deep

0
View on GitHub↗
1 star·2 forks·JavaScript·MIT·9 viewswww.npmjs.com/package/has-key-deep↗

Has Key Deep

Deep-search objects for keys in JavaScript objects. Keys can be searched by providing an array of keys, or using a dot-notiation.

Features

  • Object Utilities - Performs deep searches for keys within objects.

Star history

Star history chart for ryanaghdam/has-key-deepStar history chart for ryanaghdam/has-key-deep

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Has Key Deep

These projects share indexed features with Has Key Deep. Shared tags can include platform or build tooling; verify the primary use case before treating a result 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
  • 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
  • eush77/object-pairseush77 avatar

    eush77/object-pairs

    2View on GitHub↗

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

    JavaScript
    View on GitHub↗2
Compare all 22 related projects→

Frequently asked questions

What does ryanaghdam/has-key-deep do?

Deep-search objects for keys in JavaScript objects. Keys can be searched by providing an array of keys, or using a dot-notiation.

What are the main features of ryanaghdam/has-key-deep?

The main features of ryanaghdam/has-key-deep are: Object Utilities.

Which projects share features with ryanaghdam/has-key-deep?

Projects with overlapping indexed features include: ramda/ramda — Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It… fibo/static-props. gummesson/is-empty-object — Check if an object is empty. jarofghosts/just-pluck — pluck without the madness. jonschlinkert/get-value — Use property paths (`a.b.c`) get a nested value from an object. eush77/object-pairs — Object -> [[key0, value0], [key1, value1]...].