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.4 to 0.0.5

3

aws3.js

@@ -112,3 +112,3 @@ /* jshint laxcomma: true */

Aws3.prototype.filePath = function() {
return (this.path.replace(/\/$/, '')+'/'+this.filename).replace(/^\//, '');
return (this.path.replace(/\/$/, '')+'/'+encodeURIComponent(this.filename)).replace(/^\//, '');
};

@@ -145,1 +145,2 @@

{
"name": "aws3.js",
"version": "0.0.4",
"version": "0.0.5",
"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