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

aws-kinesis-writable

Package Overview
Dependencies
Maintainers
5
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 4.2.2 to 4.2.3

2

index.js

@@ -154,2 +154,4 @@ const util = require('util');

KinesisStream.prototype.flush = function() {
// reset timer so that next enqueue will start it again.
this.timer = null;
this.dispatch(this.recordsQueue.splice(0, this.buffer.length));

@@ -156,0 +158,0 @@ };

2

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

@@ -6,0 +6,0 @@ "license": "MIT",

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