gulp-awspublish
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33566
0