licenses.dev

object.defaults v1.1.0

Like `extend` but only copies missing properties/values to the target object.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT5
PackageRelationDependenciesPublished
array-each • 1.0.1Loop over each item in an array and call the given function on every element.DIRECT0
array-slice • 1.1.0Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.DIRECT0
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.DIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.0 version:

[![licenses](https://licenses.dev/b/npm/object.defaults/1.1.0)](https://licenses.dev/npm/object.defaults/1.1.0)
<a href="https://licenses.dev/npm/object.defaults/1.1.0">
  <img src="https://licenses.dev/b/npm/object.defaults/1.1.0" alt="licenses" />
</a>
GitHub