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 0.0.7 to 0.0.8

2

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

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

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

```

@@ -17,5 +16,6 @@ npm install s3-readstream

You can instantiate the `S3ReadStream` class like below:
You can use the `S3ReadStream` class with the [`aws-sdk`](https://www.npmjs.com/package/aws-sdk) package easily:
```js
import * as AWS from 'aws-sdk';
import {S3ReadStream} from 's3-readstream';

@@ -22,0 +22,0 @@ // Pass in your AWS S3 credentials

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