Socket
Socket
Sign inDemoInstall

async-validator

Package Overview
Dependencies
Maintainers
2
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 4.1.0 to 4.1.1

5

dist-node/index.js

@@ -1204,2 +1204,7 @@ 'use strict';

} catch (error) {
console.error == null ? void 0 : console.error(error); // rethrow to report error
setTimeout(function () {
throw error;
}, 0);
cb(error.message);

@@ -1206,0 +1211,0 @@ }

@@ -1200,2 +1200,7 @@ function _extends() {

} catch (error) {
console.error == null ? void 0 : console.error(error); // rethrow to report error
setTimeout(function () {
throw error;
}, 0);
cb(error.message);

@@ -1202,0 +1207,0 @@ }

2

package.json
{
"name": "async-validator",
"description": "validate form asynchronous",
"version": "4.1.0",
"version": "4.1.1",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet

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