Socket
Socket
Sign inDemoInstall

ee-async

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-async - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

lib/Counter.js

1

lib/async.js

@@ -8,2 +8,3 @@

, chain: require('./chain')
, Counter: require('./Counter')
};

3

package.json
{
"name" : "ee-async"
, "description" : "simpler control flow for asynchronous operations"
, "version" : "0.2.5"
, "version" : "0.2.6"
, "homepage" : "https://github.com/eventEmitter/ee-async"

@@ -21,2 +21,3 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

, "ee-log" : "0.2.x"
, "ee-class" : "1.0.x"
, "ee-error" : "0.1.x"

@@ -23,0 +24,0 @@ }

@@ -60,2 +60,10 @@

}
);
);
var counter = new async.Counter(function(){
});
counter.count()();
counter.count()();
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