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

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 1.3.4 to 1.3.5

2

lib/rule/type.js

@@ -19,3 +19,3 @@ 'use strict';

email: /^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/,
url: /^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/,
url: /^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})(([\/\w\.-]*)?)(\?[-_+=~\.;&%\w]*)?(\#[-_\/\!\w]*)?( *)?$/i,
hex: /^#?([a-f0-9]{6}|[a-f0-9]{3})$/i

@@ -22,0 +22,0 @@ };

{
"name": "async-validator",
"version": "1.3.4",
"version": "1.3.5",
"description": "validate form asynchronous",

@@ -16,3 +16,5 @@ "keywords": [

},
"files":["lib"],
"files": [
"lib"
],
"main": "./lib/index",

@@ -46,2 +48,2 @@ "bugs": {

]
}
}
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