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

anchor

Package Overview
Dependencies
Maintainers
1
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.4.0 to 0.4.1

3

lib/match.js

@@ -20,5 +20,2 @@ var _ = require('underscore');

// Lowercase ruleName
ruleName = ruleName.toLowerCase();
// Ensure args is a list, then prepend it with data

@@ -25,0 +22,0 @@ if ( !_.isArray(args) ) {

4

package.json
{
"name": "anchor",
"version": "0.4.0",
"version": "0.4.1",
"description": "Recursive validation library with support for objects and lists",

@@ -21,5 +21,5 @@ "main": "index.js",

"validator": "~0.4.22",
"underscore": "~1.4.3",
"underscore": "1.4.4",
"async": "~0.2.6"
}
}
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