Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nanoclone

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoclone - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.eslintrc.js

27

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc