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.12 to 0.1.13

3

lib/rule/date.js

@@ -21,3 +21,4 @@ var util = require('util');

}
var dt = !rule.format ? moment(new Date(value)) : moment(value, rule.format);
var mmt = rule.local ? moment : moment.utc;
var dt = !rule.format ? mmt(new Date(value)) : mmt(value, rule.format);
//console.log('value %s', value);

@@ -24,0 +25,0 @@ //console.log('format %s', rule.format);

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

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

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