licenses.dev

merge-value v1.0.0

Similar to assign-value but deeply merges object values or nested values using object path/dot notation.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT12
PackageRelationDependenciesPublished
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.DIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.DIRECT2
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.DIRECT4
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.DIRECT8
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/merge-value)](https://licenses.dev/npm/merge-value)
<a href="https://licenses.dev/npm/merge-value">
  <img src="https://licenses.dev/b/npm/merge-value" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.0 version:

[![licenses](https://licenses.dev/b/npm/merge-value/1.0.0)](https://licenses.dev/npm/merge-value/1.0.0)
<a href="https://licenses.dev/npm/merge-value/1.0.0">
  <img src="https://licenses.dev/b/npm/merge-value/1.0.0" alt="licenses" />
</a>
GitHub