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

bilder-aws

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bilder-aws - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

5

lib/uploadFile.js

@@ -18,2 +18,5 @@ 'use strict';

var encodingOptions = { 'encoding': 'utf8' };
var now = new Date();
now.setDate(now.getDate() + 365);
var nextYear = now.toGMTString();

@@ -39,2 +42,4 @@ function saveCache (key) {

'x-amz-acl': 'public-read',
'Cache-Control': 'public',
'Expires': nextYear,
'Access-Control-Allow-Origin': '*'

@@ -41,0 +46,0 @@ };

2

package.json
{
"name": "bilder-aws",
"version": "0.1.4",
"version": "0.1.5",
"description": "aws tasks for bilder",

@@ -5,0 +5,0 @@ "scripts": {

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