Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-kinesis-writable

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-kinesis-writable - npm Package Compare versions

Comparing version 1.4.7 to 1.4.8

x.js

6

index.js

@@ -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": {

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