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.4 to 1.1.5

2

package.json
{
"name": "s3-readstream",
"version": "1.1.4",
"version": "1.1.5",
"description": "Drop in AWS S3 replacement read stream",

@@ -5,0 +5,0 @@ "main": "dist/S3Readstream.js",

@@ -5,2 +5,3 @@ # s3-readstream

Simple wrapper around [AWS S3 getObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html)'s grab-by-range call allowing intuitive and stable smart streaming.
* Zero Dependencies
* Simple interface for streaming any size file from AWS S3

@@ -11,2 +12,4 @@ * Easily speed-up, and slow down, the streaming at any point

## New Version Available
Since the AWS SDK has updated to version 3, and is now more modular but introduced breaking changes with this package, we have updated too! Please checkout the new version 2 of this package and note that from now on, the `lastest` npm tag will point to version 2. However, using this tag, `sdk`, you can still download the version that works with the `aws-sdk` package.

@@ -16,3 +19,3 @@ ## Installing the package

```
npm install s3-readstream
npm install s3-readstream@sdk
```

@@ -19,0 +22,0 @@

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