async-stream-emitter
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3421
5
49
0
0
1
1
+ Addedstream-demux@^4.0.4
+ Addedasync-iterable-stream@3.0.1(transitive)
+ Addedstream-demux@4.0.4(transitive)