Socket
Socket
Sign inDemoInstall

@springworks/error-factory

Package Overview
Dependencies
Maintainers
1
Versions
433
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springworks/error-factory - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

28

package.json
{
"name": "@springworks/error-factory",
"version": "2.0.6",
"description": "Simple Node.js module to provide better error handling throughout an application.",

@@ -12,3 +11,5 @@ "main": "lib/index.js",

"lint": "eslint --cache .",
"coveralls": "cat ./coverage/lcov.info | coveralls"
"coveralls": "cat ./coverage/lcov.info | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"commit": "commit-wizard"
},

@@ -27,16 +28,24 @@ "dependencies": {

"eslint": "^2.9.0",
"eslint-config-springworks": "^7.0.1",
"eslint-config-springworks": "^7.0.3",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-springworks": "^1.1.3",
"eslint-plugin-springworks": "^2.0.1",
"istanbul": "^1.0.0-alpha.2",
"joi": "^8.0.5",
"mocha": "^2.4.5"
"mocha": "^2.4.5",
"pre-git": "^3.8.3",
"semantic-release": "^4.3.5"
},
"config": {
"pre-git": {
"commit-msg": "conventional"
}
},
"engines": {
"node": ">=4.0.0"
"node": ">=4",
"npm": ">=2.7"
},
"repository": {
"type": "git",
"url": "git://github.com/Springworks/node-error-factory.git"
"url": "https://github.com/Springworks/node-error-factory.git"
},

@@ -51,3 +60,4 @@ "keywords": [

"url": "https://github.com/Springworks/node-error-factory/issues"
}
}
},
"version": "2.0.7"
}
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