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.7 to 0.0.8

5

History.md
0.0.8 / 2011-06-15
==================
* Fixed bug introduced in refactor
0.0.7 / 2011-06-14

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

4

lib/knox/auth.js

@@ -187,5 +187,5 @@

return path + buf.length
return path + (buf.length
? '?' + buf.sort().join('&')
: '';
: '');
};

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

exports.version = '0.0.7';
exports.version = '0.0.8';

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

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

"keywords": ["aws", "amazon", "s3"],
"version": "0.0.7",
"version": "0.0.8",
"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