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

commons-validator-js

Package Overview
Dependencies
Maintainers
1
Versions
1669
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commons-validator-js - npm Package Compare versions

Comparing version

to
1.0.67

webpack.config.js

24

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