Socket
Socket
Sign inDemoInstall

validx

Package Overview
Dependencies
2
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

3

lib/validation.js

@@ -59,2 +59,5 @@ "use strict";

utils_1.forEach(validators, function (validator) {
if (!validator) {
return;
}
var opts = {

@@ -61,0 +64,0 @@ field: field,

24

package.json
{
"name": "validx",
"version": "0.1.2",
"version": "0.1.3",
"description": "Validation library for MobX",

@@ -47,20 +47,20 @@ "main": "lib/index.js",

"@types/email-validator": "^1.0.30",
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"@types/sinon-chai": "^2.7.27",
"chai": "^3.5.0",
"coveralls": "^2.11.16",
"coveralls": "^2.13.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"nyc": "^10.1.2",
"nyc": "^10.2.0",
"rimraf": "^2.6.1",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"tslint": "^4.5.1",
"tslint-config-standard": "^4.0.0",
"typescript": "2.2.1",
"mobx": "^3.1.0"
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"tslint": "^5.0.0",
"tslint-config-standard": "^5.0.2",
"typescript": "2.2.2",
"mobx": "^3.1.9"
},
"peerDependencies": {
"mobx": "^3.1.0"
"mobx": "^3.1.9"
},

@@ -67,0 +67,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc