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

gulp-awspublish

Package Overview
Dependencies
Maintainers
2
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 2.0.0 to 2.0.1

4

lib/index.js

@@ -301,6 +301,6 @@ var AWS = require('aws-sdk'),

// add content-type header
file.s3.headers['Content-Type'] = getContentType(file);
if (!file.s3.headers['Content-Type']) file.s3.headers['Content-Type'] = getContentType(file);
// add content-length header
file.s3.headers['Content-Length'] = file.contents.length;
if (!file.s3.headers['Content-Length']) file.s3.headers['Content-Length'] = file.contents.length;

@@ -307,0 +307,0 @@ // add extra headers

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

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

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