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 1.2.10 to 2.0.0

.babelrc

44

package.json
{
"name": "@springworks/error-factory",
"version": "1.2.10",
"version": "2.0.0",
"description": "Simple Node.js module to provide better error handling throughout an application.",
"main": "error-factory.js",
"main": "lib/index.js",
"scripts": {
"test": "NODE_ENV=test istanbul cover _mocha",
"prepublish": "npm run build",
"build": "rm -rf lib && babel src --out-dir lib",
"test": "NODE_ENV=test mocha",
"test-cov": "NODE_ENV=test istanbul cover _mocha",
"lint": "eslint --cache .",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"fel": "1.1.0"
},
"devDependencies": {
"@springworks/test-harness": "1.2.2",
"babel-cli": "6.2.0",
"babel-core": "6.2.1",
"babel-eslint": "4.1.5",
"babel-plugin-transform-strict-mode": "6.2.0",
"babel-preset-es2015-node4": "2.0.0",
"coveralls": "2.11.4",
"eslint": "1.10.1",
"eslint-config-springworks": "4.0.2",
"eslint-plugin-import": "0.10.0",
"eslint-plugin-mocha": "1.1.0",
"istanbul": "0.4.0",
"joi": "7.0.0",
"mocha": "2.3.4"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {

@@ -23,16 +48,3 @@ "type": "git",

"url": "https://github.com/Springworks/node-error-factory/issues"
},
"devDependencies": {
"coveralls": "2.11.4",
"eslint": "1.6.0",
"eslint-config-springworks": "3.2.0",
"eslint-plugin-mocha": "1.0.0",
"istanbul": "0.3.22",
"joi": "6.9.0",
"mocha": "2.3.3",
"should": "7.1.0"
},
"dependencies": {
"boom": "2.9.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