Socket
Socket
Sign inDemoInstall

ee-async

Package Overview
Dependencies
Maintainers
2
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.11 to 0.3.0

lib/fork.js

1

lib/async.js

@@ -9,2 +9,3 @@

, waiter: require('./waiter')
, fork: require('./fork')
};

8

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

@@ -24,8 +24,10 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

}
, "devDependencies": {}
, "devDependencies": {
"mocha" : "1.21.x"
}
, "optionalDependencies": {}
, "keywords" : ["asnc", "control-flow", "each", "chain", "wait"]
, "scripts": {
"test" : "node test.js"
"test" : "./node_modules/.bin/mocha --reporter spec --check-leaks"
}
}

Sorry, the diff of this file is not supported yet

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