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

aws3.js

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws3.js - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

aws3.js

@@ -13,2 +13,3 @@ /* jshint laxcomma: true */

Aws3.s3Bucket = process.env.S3_BUCKET || 'aws3_bucket';
Aws3.region = process.env.AWS_REGION || 's3';

@@ -106,3 +107,3 @@

Aws3.prototype.s3Url = function() {
return 'https://s3.amazonaws.com/'+Aws3.s3Bucket;
return 'https://'+Aws3.region+'.amazonaws.com/'+Aws3.s3Bucket;
};

@@ -109,0 +110,0 @@

{
"name": "aws3.js",
"version": "0.0.6",
"version": "0.0.7",
"description": "Simple AWS S3 Generator",

@@ -5,0 +5,0 @@ "main": "aws3.js",

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