@asins/deep-clone
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@asins/deep-clone", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "对象深度拷贝", | ||
"main": "index.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.ejs.js", | ||
"typings": "src/index.d.ts", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.9.1", | ||
"@typescript-eslint/parser": "^4.9.1", | ||
"@typescript-eslint/eslint-plugin": "^4.11.0", | ||
"@typescript-eslint/parser": "^4.11.0", | ||
"@typescript-eslint/typescript-estree": "^4.9.1", | ||
"eslint": "^7.15.0", | ||
"eslint-config-ali": "^11.4.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"rollup": "^2.35.1", | ||
"rollup-plugin-serve": "^1.1.0", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"typescript": "^3.9.7" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "npx rollup -c ./rollup.config.js" | ||
}, | ||
@@ -18,0 +25,0 @@ "keywords": [ |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
7771
9
212
10
2
1