aws-publisher
Advanced tools
Comparing version 0.0.3 to 0.0.4
// Generated by CoffeeScript 1.6.3 | ||
var Publisher, async, crypto, expireDate, fs, knox, mime, moment, path, walk, zlib, | ||
var DEBUG, Publisher, async, crypto, expireDate, fs, knox, mime, moment, path, walk, zlib, | ||
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; | ||
@@ -23,2 +23,4 @@ | ||
DEBUG = process.env.DEBUG; | ||
expireDate = moment().add('years', 10).format('ddd, DD MMM YYYY') + " 12:00:00 GMT"; | ||
@@ -106,3 +108,5 @@ | ||
if (md5 === res.headers.etag) { | ||
console.log("[skip] " + filename); | ||
if (DEBUG) { | ||
console.log("[skip] " + filename); | ||
} | ||
return cb(null); | ||
@@ -109,0 +113,0 @@ } else if (res.headers.etag) { |
{ | ||
"name": "aws-publisher", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "publish your static assets to amazon s3", | ||
@@ -5,0 +5,0 @@ "author": "PG Herveou", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
5057
116
2