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

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.1 to 2.0.2

13

package.json
{
"version": "2.0.1",
"version": "2.0.2",
"name": "stringify-clone",

@@ -27,13 +27,8 @@ "description": "Wrapper for fast object cloning using `JSON.parse` & `JSON.stringify`",

"scripts": {
"lint:deps": "npx updated",
"lint:ec": "npx editorconfig-checker .",
"lint:js": "npx eslint .",
"lint:md": "npx remark --quiet --frail .",
"lint": "npx run-p lint:*",
"open:coverage": "opener coverage/lcov-report/index.html",
"test": "tap test --100 --coverage-report=lcov --no-browser"
"test": "tap test --no-coverage",
"test:100": "tap test --100 --coverage-report=lcov --no-browser"
},
"devDependencies": {
"tap": "^12.0.1"
"tap": "^14.10.8"
}
}
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