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

vasync

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vasync - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4

2

lib/vasync.js

@@ -541,3 +541,3 @@ /*

mod_assert.ok(Array.isArray(funcs));
mod_assert.ok(arguments.length == 1 || callback instanceof Function);
mod_assert.ok(arguments.length == 1 || typeof (callback) == 'function');
funcs = funcs.slice(0);

@@ -544,0 +544,0 @@

{
"name": "vasync",
"version": "1.6.3",
"version": "1.6.4",
"description": "utilities for observable asynchronous control flow",

@@ -5,0 +5,0 @@ "main": "./lib/vasync.js",

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