@asins/deep-clone
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -7,2 +7,2 @@ /** | ||
*/ | ||
export default function clone<T>(o: T): Partial<T>; | ||
export default function clone<T>(o: T): T; |
{ | ||
"name": "@asins/deep-clone", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "对象深度拷贝", | ||
@@ -41,2 +41,2 @@ "main": "dist/index.js", | ||
"license": "ISC" | ||
} | ||
} |
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
9669
8