New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

valour

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valour - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

23

package.json
{
"name": "valour",
"version": "0.0.18",
"version": "0.0.19",
"description": "Simple javascript validation for any application",
"main": "lib/valour.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"compile": "./node_modules/.bin/eslint src/ test/ && node ./node_modules/babel/bin/babel --optional runtime -d lib/ src/",
"test": "./node_modules/mocha/bin/mocha --require babel-core/register",
"compile": "./node_modules/.bin/eslint src/ test/ && node ./node_modules/.bin/webpack",
"prepublish": "npm run compile"

@@ -23,15 +23,20 @@ },

"dependencies": {
"lodash": "^4.0.0",
"validator": "^4.2.1",
"babel-runtime": "^5.8.25"
"lodash": "^4.5.0",
"validator": "^4.2.1"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^6.6.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-array-includes": "^2.0.3",
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"eslint": "^1.6.0",
"lodash": "^3.10.1",
"mocha": "^2.2.5",
"validator": "^4.0.5"
"validator": "^4.0.5",
"webpack": "^1.12.14"
}
}

Sorry, the diff of this file is too big to display

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