Comparing version 0.0.18 to 0.0.19
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
82487
2
1883
13
3
1
- Removedbabel-runtime@^5.8.25
- Removedbabel-runtime@5.8.38(transitive)
- Removedcore-js@1.2.7(transitive)
Updatedlodash@^4.5.0