Socket
Socket
Sign inDemoInstall

anchor

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anchor - npm Package Compare versions

Comparing version 0.9.9 to 0.9.10

4

lib/rules.js

@@ -55,3 +55,3 @@ /**

'email' : validator.isEmail,
'url' : validator.isUrl,
'url' : validator.isURL,
'urlish' : /^\s([^\/]+\.)+.+\s*$/g,

@@ -64,3 +64,3 @@ 'ip' : validator.isIP,

'uuidv3' : function (x){ return validator.isUUID(x, 3);},
'uuidv4' : function (x){ return validator.isUUID(x, 3);},
'uuidv4' : function (x){ return validator.isUUID(x, 4);},

@@ -67,0 +67,0 @@ 'int' : validator.isInt,

{
"name": "anchor",
"version": "0.9.9",
"version": "0.9.10",
"description": "Recursive validation library with support for objects and lists",

@@ -5,0 +5,0 @@ "homepage": "http://sailsjs.org",

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