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

gulp-awspublish

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-awspublish - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

5

History.md
0.0.11 / 2014-02-14
==================
* Merge window fix, pull request #3 from jonathandelgado/patch-1
0.0.10 / 2014-02-14

@@ -3,0 +8,0 @@ ==================

2

lib/index.js

@@ -255,3 +255,3 @@ var Stream = require('stream'),

_this.client.putBuffer(file.contents, file.s3.path, file.s3.headers, function(err) {
_this.client.putBuffer(file.contents, file.s3.path.replace(/\\/g, '/'), file.s3.headers, function(err) {
if (!err) file.s3.etag = etag;

@@ -258,0 +258,0 @@ cb(err, file);

{
"name": "gulp-awspublish",
"version": "0.0.10",
"version": "0.0.11",
"description": "gulp plugin to publish files to amazon s3",

@@ -5,0 +5,0 @@ "keywords": [

@@ -60,5 +60,7 @@ # gulp-awspublish

### awspublish.gzip()
### awspublish.gzip(options)
create a through stream, that gzip file and add Content-Encoding header
Available options:
- ext: file extension to add to gzipped file (eg: { ext: '.gz' })

@@ -65,0 +67,0 @@ ### awspublish.create(options)

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