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.2.0 to 1.2.1

dist/browser/index.js

9

package.json
{
"name": "deep-clone-map",
"version": "1.2.0",
"version": "1.2.1",
"description": "Deep clone and map complex nested objects",
"main": "dist/index.js",
"scripts": {
"prepublish": "tsc --project ./tsconfig-es5.json",
"compile": "tsc",
"compile-es5": "tsc --project ./tsconfig-es5.json",
"compile-browser": "tsc --project ./tsconfig-browser.json && yarn rm-export",
"rm-export": "babel --plugins remove-import-export dist/browser/index.js --out-file dist/browser/index.js",
"prepublish": "yarn compile && yarn compile-es5 && yarn compile-browser",
"test": "jest"

@@ -32,2 +36,3 @@ },

"@types/jest": "24.0.15",
"babel-plugin-remove-import-export": "^1.1.1",
"jest": "^25.3.0",

@@ -34,0 +39,0 @@ "typescript": "^3.8.3"

@@ -112,3 +112,3 @@ # Deep Clone Map

##### For es5 support:
##### For es5 support

@@ -119,2 +119,5 @@ ```js

##### Browser
A browser ready bundle is provided in the node module at `dist/browser/index.js`
#### Deeply clone an object:

@@ -121,0 +124,0 @@

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