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

knox

Package Overview
Dependencies
Maintainers
2
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.5.2 to 0.5.3

0

lib/auth.js

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

2

lib/client.js

@@ -155,3 +155,3 @@ /*!

if ('token' in this)
if ('undefined' != typeof this.token)
headers['x-amz-security-token'] = this.token;

@@ -158,0 +158,0 @@

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

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

@@ -0,0 +0,0 @@ (The MIT License)

@@ -9,3 +9,3 @@ {

],
"version": "0.5.2",
"version": "0.5.3",
"author": "TJ Holowaychuk <tj@learnboost.com>",

@@ -12,0 +12,0 @@ "contributors": [

@@ -228,2 +228,9 @@ # knox

Finally, you can construct HTTP or HTTPS URLs for a file like so:
```js
var readmeUrl = client.http('/test/Readme.md');
var userDataUrl = client.https('/user.json');
```
[copy]: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html

@@ -230,0 +237,0 @@ [multi-delete]: http://docs.aws.amazon.com/AmazonS3/latest/API/multiobjectdeleteapi.html

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