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

s3-readstream

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3-readstream - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/S3Readstream.js

@@ -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

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