licenses.dev

copy-props v2.0.5

Copy properties deeply between two objects.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT9
PackageRelationDependenciesPublished
array-each • 1.0.1Loop over each item in an array and call the given function on every element.INDIRECT0
array-slice • 1.1.0Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.INDIRECT0
each-props • 1.3.2Processes each properties of an object deeply.DIRECT7
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
for-own • 1.0.0Iterate over the own 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.js.INDIRECT1
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).DIRECT0
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
object.defaults • 1.1.0Like `extend` but only copies missing properties/values to the target object.INDIRECT5
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.5 version:

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