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.7.1 to 1.7.2

6

docs/changelog.md
# Changelog
## Version 1.7.2
* Merge https://github.com/clineamb/gulp-s3-upload/pull/53 - helps apply charset to all files, not just of a certain mimetype (by [brnwll](https://github.com/brwnll))
* Merge https://github.com/clineamb/gulp-s3-upload/pull/55 - makes sure callback is called when uploading new files and an unchanged file is seen (by [benthemonkey](https://github.com/benthemonkey))
## Version 1.7.1

@@ -4,0 +10,0 @@

13

index.js

@@ -91,3 +91,3 @@ /****

if (options.charset && mimetype == 'text/html') {
if (options.charset) {
mimetype += ';charset=' + options.charset;

@@ -145,3 +145,3 @@ }

if(!options.etag_hash) {
// If not defined, default to md5.
// If not defined, default to md5.
options.etag_hash = 'md5';

@@ -247,3 +247,3 @@ }

}
}

@@ -262,4 +262,9 @@ } else {

/*** END FILE LOOP ***/
} else {
fancyLog(colors.gray("Skipping Upload of Existing File ..... "), keyname);
callback(null);
}
/*** END FILE LOOP ***/
}

@@ -266,0 +271,0 @@ });

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

@@ -32,3 +32,3 @@ "main": "index.js",

"dependencies": {
"ansi-colors": "^1.0.1",
"ansi-colors": "^3.2.3",
"aws-sdk": "^2.88.0",

@@ -39,6 +39,6 @@ "event-stream": "3.3.4",

"https-proxy-agent": "^2.0.0",
"mime": "^1.3.6",
"plugin-error": "^0.1.2",
"mime": "^2.4.0",
"plugin-error": "^1.0.1",
"underscore": "^1.8.3"
}
}
# gulp-s3-upload
__Version 1.7.1__
__Version 1.7.2__

@@ -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