New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-validate

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-validate - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

lib/index.js

@@ -102,2 +102,3 @@ var util = require('util');

var messages = options.messages || this.messages();
options.messages = messages;
var j, z, arr, value, i, rule, validator, series = [];

@@ -132,7 +133,3 @@ var keys = options.keys || Object.keys(this.rules);

data.rule.validator(
data.rule, data.value, cb, data.source,
{
messages: messages
}
);
data.rule, data.value, cb, data.source, options);
}

@@ -139,0 +136,0 @@ validator.data = {rule: rule, value: value, source: source};

{
"name": "async-validate",
"description": "Asynchronous validation for object properties.",
"version": "0.1.3",
"version": "0.1.4",
"author": "muji <noop@xpm.io>",

@@ -6,0 +6,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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