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.1 to 1.1.2

9

kgo.js

@@ -23,2 +23,6 @@ var run = require('./run'),

if(typeof fn !== 'function'){
throw new Error('No function provided for task number ' + Object.keys(tasks).length + ' (' + name + ')');
}
tasks[name] = {

@@ -30,4 +34,5 @@ name: name,

return kgoFn
};
return kgoFn;
}
for(var key in EventEmitter.prototype){

@@ -34,0 +39,0 @@ kgoFn[key] = EventEmitter.prototype[key];

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

@@ -5,0 +5,0 @@ "main": "kgo.js",

@@ -10,2 +10,10 @@ var test = require('grape'),

test('no function', function(t){
t.plan(1);
t.throws(function(){
kgo('things');
});
});
test('waterfall', function(t){

@@ -12,0 +20,0 @@ t.plan(1);

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