New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-stream-emitter

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-stream-emitter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

index.js

21

package.json
{
"name": "async-stream-emitter",
"version": "1.0.0",
"description": "An alternative to EventEmitter. Emitted data can be consumed through iterable async streams instead of event handlers.",
"version": "1.0.1",
"description": "An alternantive to EventEmitter using async iterable streams.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/mocha/bin/_mocha --reporter spec --timeout 10000 --slow 10000"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SocketCluster/async-stream-emitter.git"
"url": "git+https://github.com/SocketCluster/async-stream-emitter.git"
},
"keywords": [
"iterable",
"async",

@@ -18,5 +19,3 @@ "stream",

"emitter",
"generator",
"iterable",
"iterator"
"for-await-of"
],

@@ -28,3 +27,9 @@ "author": "Jonathan Gros-Dubois",

},
"homepage": "https://github.com/SocketCluster/async-stream-emitter#readme"
"homepage": "https://github.com/SocketCluster/async-stream-emitter#readme",
"devDependencies": {
"mocha": "^5.2.0"
},
"dependencies": {
"stream-demux": "^4.0.4"
}
}
# async-stream-emitter
An alternative to EventEmitter. Emitted data can be consumed through iterable async streams instead of event handlers.
EventEmitter using async iterable streams
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