@springworks/error-factory
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@springworks/error-factory", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Simple Node.js module to provide better error handling throughout an application.", | ||
@@ -15,20 +15,20 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"fel": "1.1.2" | ||
"fel": "1.1.4" | ||
}, | ||
"devDependencies": { | ||
"@springworks/test-harness": "1.2.4", | ||
"babel-cli": "6.4.5", | ||
"babel-core": "6.4.5", | ||
"babel-eslint": "4.1.6", | ||
"babel-plugin-transform-strict-mode": "6.3.13", | ||
"babel-cli": "6.6.5", | ||
"babel-core": "6.7.0", | ||
"babel-eslint": "5.0.0", | ||
"babel-plugin-transform-strict-mode": "6.6.5", | ||
"babel-preset-es2015-node4": "2.0.3", | ||
"coveralls": "2.11.6", | ||
"eslint": "1.10.3", | ||
"eslint-config-springworks": "6.0.0", | ||
"eslint-plugin-import": "0.12.1", | ||
"eslint-plugin-mocha": "1.1.0", | ||
"eslint-plugin-springworks": "1.1.1", | ||
"coveralls": "2.11.8", | ||
"eslint": "2.2.0", | ||
"eslint-config-springworks": "7.0.1", | ||
"eslint-plugin-import": "1.0.3", | ||
"eslint-plugin-mocha": "2.0.0", | ||
"eslint-plugin-springworks": "1.1.2", | ||
"istanbul": "0.4.2", | ||
"joi": "7.2.2", | ||
"mocha": "2.3.4" | ||
"joi": "8.0.4", | ||
"mocha": "2.4.5" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9534