Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@springworks/input-validator

Package Overview
Dependencies
Maintainers
1
Versions
449
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springworks/input-validator - npm Package Compare versions

Comparing version 4.0.8 to 4.0.9

51

package.json
{
"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

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