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

knox

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knox - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

5

History.md
0.0.9 / 2011-06-20
==================
* Fixed signedUrl signature, needs encodeURIComponent() not escape() to prevent SignatureDoesNotMatch errors on signatures containing plus signs.
0.0.8 / 2011-06-15

@@ -3,0 +8,0 @@ ==================

2

lib/knox/client.js

@@ -342,3 +342,3 @@

'&AWSAccessKeyId=' + this.key +
'&Signature=' + escape(signature);
'&Signature=' + encodeURIComponent(signature);
};

@@ -345,0 +345,0 @@

@@ -20,3 +20,3 @@

exports.version = '0.0.8';
exports.version = '0.0.9';

@@ -23,0 +23,0 @@ /**

@@ -5,3 +5,3 @@ {

"keywords": ["aws", "amazon", "s3"],
"version": "0.0.8",
"version": "0.0.9",
"author": "TJ Holowaychuk <tj@learnboost.com>",

@@ -8,0 +8,0 @@ "main": "./index.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