Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "nanoclone", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "290B to deep clone JavaScript objects", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"main": "index.js", | ||
"bugs": { | ||
@@ -20,17 +19,17 @@ "url": "https://github.com/kelin2025/nanoclone/issues" | ||
"scripts": { | ||
"build": "rollup -c rollup.config.build.js && size-limit", | ||
"prepare": "rollup -c rollup.config.build.js" | ||
"lint": "eslint src/*.js test/*.js", | ||
"test": "jest --coverage && npm run lint", | ||
"size": "size-limit" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"rollup": "^0.51.8", | ||
"rollup-analyzer": "^1.1.0", | ||
"rollup-analyzer-plugin": "^1.1.1", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"rollup-plugin-commonjs": "^8.2.6", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-uglify-es": "^0.0.1", | ||
"eslint": "^4.11.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"jest": "^21.2.1", | ||
"jsdom": "^11.4.0", | ||
"size-limit": "^0.13.2" | ||
} | ||
} |
# nanoclone | ||
290B to deep clone JavaScript objects | ||
Only **145B** to deep clone JavaScript objects | ||
@@ -27,6 +27,3 @@ ## Installation | ||
## TODO | ||
- [ ] Write tests | ||
## License | ||
MIT |
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
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
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
46216
9
16
473
29
1