m-validate
Advanced tools
Comparing version 0.0.6 to 1.0.1
{ | ||
"name": "m-validate", | ||
"version": "0.0.6", | ||
"version": "1.0.1", | ||
"description": "NodeJS simple validation functions", | ||
@@ -5,0 +5,0 @@ "main": "m-validate.js", |
@@ -116,4 +116,52 @@ { | ||
"type": "tel" | ||
}, | ||
{ | ||
"name": "userAlpha", | ||
"string": "alpha" | ||
}, | ||
{ | ||
"name": "userAlphaSpace", | ||
"string": "alphaSpace" | ||
}, | ||
{ | ||
"name": "userAlphaDash", | ||
"string": "alphaDash" | ||
}, | ||
{ | ||
"name": "userAlphaSymbol", | ||
"string": "alphaSymbol" | ||
}, | ||
{ | ||
"name": "userAlphaNumeric", | ||
"string": "alphaNumeric" | ||
}, | ||
{ | ||
"name": "userAlphaNumericSpace", | ||
"string": "alphaNumericSpace" | ||
}, | ||
{ | ||
"name": "userAlphaNumericDash", | ||
"string": "alphaNumericDash" | ||
}, | ||
{ | ||
"name": "userAlphaNumericSymbol", | ||
"string": "alphaNumericSymbol" | ||
}, | ||
{ | ||
"name": "userNumeric", | ||
"string": "numeric" | ||
}, | ||
{ | ||
"name": "userNumericFloat", | ||
"string": "numericFloat" | ||
}, | ||
{ | ||
"name": "userNumericDash", | ||
"string": "numericDash" | ||
}, | ||
{ | ||
"name": "userNumericSymbol", | ||
"string": "numericSymbol" | ||
} | ||
] | ||
} |
@@ -0,1 +1,4 @@ | ||
/* eslint no-control-regex: [0] */ | ||
/* eslint "max-len": [0, {ignorePattern: "^\/.*\/"}] */ | ||
var moment = require('moment'); | ||
@@ -2,0 +5,0 @@ module.exports = function(theType, theData, theValues) { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
120610
15
3700
0
0
4