@springworks/input-validator
Advanced tools
Comparing version 4.0.8 to 4.0.9
{ | ||
"name": "@springworks/input-validator", | ||
"version": "4.0.8", | ||
"description": "Module to help validate input parameters.", | ||
@@ -9,7 +8,32 @@ "main": "index.js", | ||
"test": "NODE_ENV=test istanbul cover _mocha", | ||
"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" | ||
}, | ||
"dependencies": { | ||
"@springworks/error-factory": "2.0.6", | ||
"joi": "8.0.5", | ||
"lodash.defaults": "4.0.1" | ||
}, | ||
"devDependencies": { | ||
"@springworks/test-harness": "^1.3.2", | ||
"coveralls": "^2.11.9", | ||
"eslint": "^2.9.0", | ||
"eslint-config-springworks": "^7.0.3", | ||
"eslint-plugin-import": "^1.6.1", | ||
"eslint-plugin-mocha": "^2.2.0", | ||
"eslint-plugin-springworks": "^2.0.1", | ||
"istanbul": "^1.0.0-alpha.2", | ||
"mocha": "^2.4.5", | ||
"pre-git": "^3.8.3", | ||
"semantic-release": "^4.3.5" | ||
}, | ||
"config": { | ||
"pre-git": { | ||
"commit-msg": "conventional" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Springworks/node-input-validator.git" | ||
"url": "https://github.com/Springworks/node-input-validator.git" | ||
}, | ||
@@ -26,20 +50,5 @@ "keywords": [ | ||
"node": ">=4", | ||
"npm": ">=2.7.0" | ||
"npm": ">=2.7" | ||
}, | ||
"devDependencies": { | ||
"@springworks/test-harness": "1.2.3", | ||
"coveralls": "2.11.8", | ||
"eslint": "2.3.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", | ||
"mocha": "2.4.5" | ||
}, | ||
"dependencies": { | ||
"@springworks/error-factory": "2.0.2", | ||
"joi": "8.0.4", | ||
"lodash.defaults": "4.0.1" | ||
} | ||
} | ||
"version": "4.0.9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9424
11
+ Added@springworks/error-factory@2.0.6(transitive)
+ Addedfel@1.1.12(transitive)
+ Addedjoi@8.0.5(transitive)
- Removed@springworks/error-factory@2.0.2(transitive)
- Removedfel@1.1.1(transitive)
- Removedjoi@8.0.4(transitive)
Updatedjoi@8.0.5