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.1.0 to 3.1.1

4

index.js

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

walker.stop();
if (err.path === dirWithSlash && err.code === 'ENOENT') {
// when uploading, we don't want to delete based on a nonexistent source directory
// but when downloading, the destination directory does not have to exist.
if (!directionIsToS3 && err.path === dirWithSlash && err.code === 'ENOENT') {
cb();

@@ -907,0 +909,0 @@ } else {

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

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

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