Socket
Socket
Sign inDemoInstall

stringify-clone

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stringify-clone - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

19

package.json
{
"version": "2.0.10",
"version": "2.0.11",
"name": "stringify-clone",

@@ -11,4 +11,10 @@ "description": "Wrapper for fast object cloning using `JSON.parse` & `JSON.stringify`",

},
"bugs": {
"url": "https://github.com/ahmadnassri/stringify-clone/issues"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/ahmadnassri"
},
"license": "MIT",
"main": "lib/index.js",
"keywords": [

@@ -24,13 +30,12 @@ "stringify",

],
"bugs": {
"url": "https://github.com/ahmadnassri/stringify-clone/issues"
},
"main": "lib/index.js",
"scripts": {
"test": "tap test --no-coverage",
"test:watch": "tap test --watch",
"test:ci": "tap test --100 --color --coverage-report=lcov --no-browser"
"test:ci": "tap test --100",
"test:report": "opener coverage/lcov-report/index.html"
},
"devDependencies": {
"tap": "^14.10.8"
"tap": "^15.0.10"
}
}
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