Socket
Socket
Sign inDemoInstall

async-validator

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-validator - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

dist-types/index.d.ts

@@ -44,3 +44,3 @@ // Type definitions for async-validator 3.0.4

required?: boolean;
pattern?: string;
pattern?: RegExp | string;
min?: number; // Range of type 'string' and 'array'

@@ -47,0 +47,0 @@ max?: number; // Range of type 'string' and 'array'

{
"name": "async-validator",
"description": "validate form asynchronous",
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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