New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-publisher

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-publisher - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

lib/publisher.js
// 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",

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