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.0.3 to 1.0.4

3

docs/changelog.md
# Changelog
## Version 1.0.4
* Forgot to add a Readme entry for `charset` option.
## Version 1.0.3

@@ -4,0 +7,0 @@ * Allow charset option so S3 will give the correct Content-Type, as per [pull request #8](http://github.com/clineamb/gulp-s3-upload/pull/8)

2

package.json
{
"name": "gulp-s3-upload",
"version": "1.0.3",
"version": "1.0.4",
"description": "A gulp task to upload/update assets to an S3 account.",

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

@@ -55,2 +55,9 @@ # gulp-s3-upload

### charset
Type: `string`
Use this to add a charset to the mimetype. `"charset=[CHARSET]"` gets appended to the mimetype if this is defined.
#### keyTransform (nameTransform)

@@ -79,2 +86,3 @@

#### metadataMap

@@ -147,2 +155,3 @@

#### mimeTypeLookup

@@ -167,2 +176,3 @@

#### uploadNewFilesOnly

@@ -169,0 +179,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