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

s3

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3 - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

index.js

@@ -737,3 +737,3 @@ var AWS = require('aws-sdk');

ee.progressTotal += s3Object.Size;
upDownFileParams.s3Params.Key = prefix + s3Object.key;
upDownFileParams.s3Params.Key = s3Object.Key;
upDownFileParams.localFile = fullPath;

@@ -788,3 +788,3 @@ upDownFileParams.localFileStat = null;

ee.progressTotal += localFileStat.size;
upDownFileParams.s3Params.Key = prefix + localFileStat.path;
upDownFileParams.s3Params.Key = prefix + localFileStat.s3Path;
upDownFileParams.localFile = fullPath;

@@ -791,0 +791,0 @@ upDownFileParams.localFileStat = localFileStat;

{
"name": "s3",
"version": "3.0.1",
"version": "3.0.2",
"description": "high level amazon s3 client. upload and download files and directories",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -515,2 +515,6 @@ # High Level Amazon S3 Client

### 3.0.2
* fix upload path on Windows
### 3.0.1

@@ -517,0 +521,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