Showing 1-20 of 21,838 packages
Underscore mixins for deeply nested objects
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
🐡 Get, set, remove, and test for deeply nested properties
Simplified diff and merging for deeply nested objects
A lightweight (no dependencies) tool to assign deeply nested properties in JS Objects (incl. Arrays)
Bind a context to all functions in an object, including deeply nested functions.
A lightweight (no dependencies) tool to extract deeply nested values from JS Objects (or Arrays), with optional Fallback.
Deletes a deeply nested object property
Use dot notation to get properties from deeply nested object and array structures.
Remove empty values from arrays and deeply nested objects.
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
Internal utilities and types for working with deeply nested data. This is primarily used internally by RVF and it's various packages. It isn't recommended for use by most people.
Reliably communicate state changes to deeply nested React elements
This packages exposes types that allow you to extract deeply nested types.
State manager for deeply nested states
Safely delete a deeply nested key in an object
Converts an object literal with deeply nested nodes to a simple key/value object
Fetch, set, and test deeply nested object properties
Maybe/Optional type implementation in Typescript. Main motivation for creating this library was handling `null` values in deeply nested data, coming from GraphQL APIs, but the library itself is not limited to GraphQL.