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

valido

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valido - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

dist/validators/isDate.js

4

dist/index.js

@@ -18,2 +18,3 @@ 'use strict';

var isPlainObject = require('./validators/isPlainObject');
var isDate = require('./validators/isDate');

@@ -35,3 +36,4 @@ var validators = {

isFunction: isFunction,
isPlainObject: isPlainObject
isPlainObject: isPlainObject,
isDate: isDate
};

@@ -38,0 +40,0 @@

{
"name": "valido",
"version": "1.0.20",
"version": "1.0.21",
"description": "Validation provider",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -18,2 +18,3 @@ 'use strict';

const isPlainObject = require('./validators/isPlainObject');
const isDate = require('./validators/isDate');

@@ -36,2 +37,3 @@ const validators = {

isPlainObject,
isDate,
};

@@ -38,0 +40,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