Socket
Socket
Sign inDemoInstall

anchor

Package Overview
Dependencies
Maintainers
3
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.10.1 to 0.10.2

2

lib/match/rules.js

@@ -57,3 +57,3 @@ /**

'email' : validator.isEmail,
'url' : validator.isURL,
'url' : function(x, opt) { return validator.isURL(x, opt === true ? undefined : opt); },
'urlish' : /^\s([^\/]+\.)+.+\s*$/g,

@@ -60,0 +60,0 @@ 'ip' : validator.isIP,

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

@@ -34,3 +34,3 @@ "homepage": "http://sailsjs.org",

"dependencies": {
"validator": "~3.16.0",
"validator": "~3.22.0",
"lodash": "~2.4.1"

@@ -37,0 +37,0 @@ },

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