Comparing version 1.0.1 to 1.0.2
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "nanoclone", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "300B to deep clone JavaScript objects", | ||
@@ -8,2 +8,3 @@ "license": "MIT", | ||
"module": "src/index.js", | ||
"typings": "index.d.ts", | ||
"keywords": [ | ||
@@ -10,0 +11,0 @@ "clone", |
@@ -0,0 +0,0 @@ # nanoclone |
@@ -0,0 +0,0 @@ import pkg from './package.json' |
@@ -0,0 +0,0 @@ function clone (src, seen = new Map()) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
127
7295