aws-kinesis-writable
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -162,3 +162,4 @@ var stream = require('stream'); | ||
} | ||
}) | ||
.on('complete', function() { | ||
req.removeAllListeners(); | ||
@@ -255,3 +256,4 @@ req.response.httpResponse.stream.removeAllListeners(); | ||
done(err); | ||
}) | ||
.on('complete', function() { | ||
req.removeAllListeners(); | ||
@@ -258,0 +260,0 @@ req.response.httpResponse.stream.removeAllListeners(); |
{ | ||
"name": "aws-kinesis-writable", | ||
"description": "A bunyan stream for kinesis.", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)", | ||
@@ -11,3 +11,4 @@ "repository": { | ||
"scripts": { | ||
"test": "NODE_ENV=test istanbul cover _mocha -- -R spec --timeout 5000" | ||
"test": "NODE_ENV=test mocha -R spec --timeout 5000", | ||
"cover": "NODE_ENV=test istanbul cover _mocha -- -R spec --timeout 5000" | ||
}, | ||
@@ -14,0 +15,0 @@ "dependencies": { |
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
33086
9
817