Socket
Socket
Sign inDemoInstall

node-async-flow

Package Overview
Dependencies
7
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

6

lib/index.js

@@ -14,3 +14,3 @@

cb.single = function(value) {
return process.nextTick(function() {
return setImmediate(function() {
instance.next(value);

@@ -24,3 +24,3 @@ });

params.length = count;
return process.nextTick(function() {
return setImmediate(function() {
instance.next(params);

@@ -41,3 +41,3 @@ });

});
return process.nextTick(function() {
return setImmediate(function() {
instance.next(map);

@@ -44,0 +44,0 @@ });

{
"name": "node-async-flow",
"version": "1.3.0",
"version": "1.3.1",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc