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

xerror

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xerror - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0

13

package.json
{
"name": "xerror",
"version": "1.1.3",
"version": "2.0.0",
"description": "Error wrapper including things like error code, data, and cause for Node.JS",

@@ -13,13 +13,10 @@ "main": "./xerror.js",

"lint": "node ./node_modules/jshint/bin/jshint --reporter unix --exclude ./node_modules . || exit 0",
"watch": "node ./node_modules/mocha/bin/mocha --watch ./test -R spec",
"docs": "node ./node_modules/yuidocjs/lib/cli.js ."
"watch": "node ./node_modules/mocha/bin/mocha --watch ./test -R spec"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"chai": "^2.0.0",
"mocha": "^2.1.0",
"yuidocjs": "^0.5.0"
"chai": "^4.2.0",
"mocha": "^8.1.2"
},
"license": "Apache-2.0"
}
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