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

@alexbainter/s3-sync

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexbainter/s3-sync - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

lib/shared/get-local-filenames.js

@@ -8,3 +8,4 @@ 'use strict';

glob(
`${distDir}${distDir.endsWith('/') ? '' : '/'}**/*.*`,
`${distDir}${distDir.endsWith('/') ? '' : '/'}**/*`,
{ nodir: true },
(err, files) => {

@@ -11,0 +12,0 @@ if (err) {

{
"name": "@alexbainter/s3-sync",
"version": "0.1.3",
"version": "0.1.4",
"description": "Transfer files to and from S3",

@@ -5,0 +5,0 @@ "main": "./lib/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