licenses.dev

object.map v1.0.1

Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT4
PackageRelationDependenciesPublished
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
kind-of • 6.0.3Get the native type of a value.INDIRECT0
make-iterator • 1.0.1Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.DIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.1 version:

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