aws-kinesis-writable
Advanced tools
Comparing version 4.2.2 to 4.2.3
@@ -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 @@ }; |
{ | ||
"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", |
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
15455
306