New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

spur-errors

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spur-errors - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

6

package.json
{
"name": "spur-errors",
"description": "Common error builder utility for Node.js. Contains common error types, and stack trace tracking to support more detailed error messages.",
"version": "0.2.2",
"version": "0.2.3",
"main": "lib/SpurErrors.js",

@@ -27,5 +27,4 @@ "jsnext:main": "./src/SpurErrors",

"test-unit": "babel-node --debug node_modules/mocha/bin/_mocha ./test/unit/",
"test-unit-legacy": "babel-node --debug node_modules/mocha/bin/_mocha ./test/legacy/",
"test-integration": "babel-node --debug node_modules/mocha/bin/_mocha ./test/integration/",
"test": "npm run test-unit && npm run test-unit-legacy && npm run test-integration",
"test": "npm run test-unit && npm run test-integration",
"build-and-test": "npm run build && npm test"

@@ -48,3 +47,2 @@ },

"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"eslint": "^2.4.0",

@@ -51,0 +49,0 @@ "eslint-config-opentable": "^4.0.0",

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