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

kgo

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kgo - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

6

kgo.js

@@ -5,2 +5,4 @@ var run = require('./run'),

var defer = typeof setImmediate === 'function' ? setImmediate : setTimeout;
function newKgo(){

@@ -43,5 +45,5 @@ var returnlessId = 0,

setTimeout(function(){
defer(function(){
run(tasks, results, kgoFn);
},0);
});

@@ -48,0 +50,0 @@ return kgoFn;

{
"name": "kgo",
"version": "1.1.2",
"version": "1.1.3",
"description": "Flow control the super easy way",

@@ -24,3 +24,6 @@ "main": "kgo.js",

"grape": "^1.0.1"
},
"testling": {
"files": "./test/index.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