Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

m-validate

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m-validate - npm Package Compare versions

Comparing version 0.0.6 to 1.0.1

spec/string-spec.js

2

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc