json-stream-splitter
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -34,3 +34,7 @@ var EventEmitter = require('events').EventEmitter; | ||
stream.on('response', function(resp) { | ||
ee.emit('response', resp); | ||
}); | ||
return ee; | ||
} |
{ | ||
"name": "json-stream-splitter", | ||
"description": "Simple helper for splitting streams of newline delimited JSON objects", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Simon Murtha-Smith <simon@murtha-smith.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1558
34
2