Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deep-clone-map

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-clone-map - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "deep-clone-map",
"version": "1.4.0",
"version": "1.4.1",
"description": "Deep clone and map complex nested objects",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -135,2 +135,3 @@ # Deep Clone Map

```
<b><i>Note: the library code is ES6, if you don't have an environment that supports it, you will gonna have to transpile the module's code yourself using babel. If you are using webpack and babel you will gonna have to ignore the module specifically in your config. Otherwise you can use the already commonjs ready provided es5 module.</i></b>

@@ -140,3 +141,3 @@ ##### For es5 support

```js
import deepCloneMap from 'deep-clone-map/es5'
import deepCloneMap from 'deep-clone-map/dist/es5'
```

@@ -146,3 +147,3 @@

A browser ready bundle is provided in the node module at `dist/browser/index.js`
A browser ready bundle is provided in the node module at `deep-clone-map/dist/browser/index.js`

@@ -149,0 +150,0 @@ #### Deeply clone an object:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc