awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jonschlinkert avatar

jonschlinkert/set-value

0
View on GitHub↗
277 stars·42 forks·JavaScript·MIT·1 viewgithub.com/jonschlinkert↗

Set Value

Set nested properties on an object using dot-notation.

Features

  • Object Utilities - Sets nested object values using dot notation paths.

Star history

Star history chart for jonschlinkert/set-valueStar history chart for jonschlinkert/set-value

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

Open-source alternatives to Set Value

Similar open-source projects, ranked by how many features they share with Set Value.
  • 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
See all 22 alternatives to Set Value→

Frequently asked questions

What does jonschlinkert/set-value do?

Set nested properties on an object using dot-notation.

What are the main features of jonschlinkert/set-value?

The main features of jonschlinkert/set-value are: Object Utilities.

What are some open-source alternatives to jonschlinkert/set-value?

Open-source alternatives to jonschlinkert/set-value 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]...].