New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 1.4.1

6

index.js

@@ -163,3 +163,7 @@ var stream = require('stream');

if (isPrioMessage){
obj = JSON.parse(chunk.toString(encoding));
if (encoding === 'buffer'){
obj = JSON.parse(chunk.toString());
} else {
obj = JSON.parse(chunk.toString(encoding));
}
}

@@ -166,0 +170,0 @@ } else if (typeof chunk === 'string') {

2

package.json
{
"name": "aws-kinesis-writable",
"description": "A bunyan stream for kinesis.",
"version": "1.4.0",
"version": "1.4.1",
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",

@@ -6,0 +6,0 @@ "repository": {

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