@asins/deep-clone
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@asins/deep-clone", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "对象深度拷贝", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -1,3 +0,1 @@ | ||
declare function deepclone(obj: T): <T>(input: T) => T; | ||
export = deepclone; | ||
export default function deepclone<T>(input: T): T; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
7745
211