commons-validator-js
Advanced tools
Comparing version
{ | ||
"name": "commons-validator-js", | ||
"version": "1.0.66", | ||
"version": "1.0.67", | ||
"description": "JavaScript port of Apache Commons Validator", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "mocha --compilers js:babel/register", | ||
"prepublish": "npm test && grunt", | ||
"test": "mocha --compilers js:babel-register", | ||
"prepublish": "npm test && webpack", | ||
"build": ":", | ||
@@ -29,13 +29,13 @@ "release": "wnpm-release -- --no-shrinkwrap" | ||
"devDependencies": { | ||
"babel": "^5.8.21", | ||
"babel-core": "^5.8.22", | ||
"babel-loader": "^5.3.2", | ||
"babel": "^6.5.2", | ||
"babel-core": "^6.7.4", | ||
"babel-loader": "^6.2.4", | ||
"babel-plugin-transform-strict-mode": "^6.6.5", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-register": "^6.7.2", | ||
"chai": "^3.5.0", | ||
"grunt": "^0.4.5", | ||
"grunt-webpack": "^1.0.11", | ||
"grunt-cli": "^0.1.13", | ||
"mocha": "^2.4.5", | ||
"webpack": "^1.12.13", | ||
"webpack-dev-server": "^1.14.1", | ||
"punycode": "^1.4.0", | ||
"lodash": "^3.10.1", | ||
"@wix/wnpm-ci": "*" | ||
@@ -46,5 +46,3 @@ }, | ||
}, | ||
"dependencies": { | ||
"lodash": "^3.10.1" | ||
}, | ||
"dependencies": {}, | ||
"directories": { | ||
@@ -51,0 +49,0 @@ "test": "test" |
@@ -123,3 +123,3 @@ "use strict" | ||
validator.isValid("joe!/blow@apache.org"), | ||
"/ and ! valid in username", | ||
"/ and ! valid in username" | ||
) | ||
@@ -126,0 +126,0 @@ assert.notOk( |
Sorry, the diff of this file is not supported yet
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
0
-100%142473
-88.82%14
-6.67%2866
-80.71%1
Infinity%- Removed
- Removed