s3-readstream
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -81,3 +81,3 @@ "use strict"; | ||
var _this = this; | ||
if (this._currentCursorPosition > this._maxContentLength) { | ||
if (this._currentCursorPosition >= this._maxContentLength) { | ||
this.push(null); | ||
@@ -84,0 +84,0 @@ } |
{ | ||
"name": "s3-readstream", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Drop in AWS S3 replacement read stream", | ||
@@ -5,0 +5,0 @@ "main": "dist/S3Readstream.js", |
Sorry, the diff of this file is not supported yet
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
15898