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

gulp-s3-upload

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-s3-upload - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

docs/changelog.md
# Changelog
## Version 1.4.0
## Version 1.4.0, 1.4.1
* Add second paramter to task to take in [S3 Constructor options](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-property).
* 1.4.1: Quickly remove a hanging `console.log` from development.
## Version 1.3.1

@@ -9,0 +9,0 @@

@@ -24,4 +24,2 @@ var es = require('event-stream')

console.log(_s3);
if(!the_bucket) {

@@ -28,0 +26,0 @@ throw new PluginError(PLUGIN_NAME, "Missing S3 bucket name!");

{
"name": "gulp-s3-upload",
"version": "1.4.0",
"version": "1.4.1",
"description": "A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.",

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

# gulp-s3-upload
__Version 1.4.0__
__Version 1.4.1__

@@ -4,0 +4,0 @@ Use for uploading assets to Amazon S3 servers.

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