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.0 to 0.5.2

0

lib/auth.js

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

7

lib/client.js

@@ -12,2 +12,3 @@ /*!

var Emitter = require('events').EventEmitter
, debug = require('debug')('knox')
, utils = require('./utils')

@@ -176,2 +177,3 @@ , auth = require('./auth')

req.url = this.url(filename);
debug('%s %s', method, req.url);

@@ -250,2 +252,3 @@ return req;

debug('put %s', src);
fs.stat(src, function (err, stat) {

@@ -730,2 +733,6 @@ if (err) return fn(err);

if (otherParams) {
resource += '?' + qs.stringify(otherParams);
}
var signature = auth.signQuery({

@@ -732,0 +739,0 @@ secret: this.secret

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

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

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

11

package.json
{
"name": "knox",
"description": "Amazon S3 client",
"keywords": ["aws", "amazon", "s3"],
"version": "0.5.0",
"keywords": [
"aws",
"amazon",
"s3"
],
"version": "0.5.2",
"author": "TJ Holowaychuk <tj@learnboost.com>",

@@ -23,3 +27,4 @@ "contributors": [

"mime": "*",
"xml2js": "0.2.x"
"xml2js": "0.2.x",
"debug": "~0.7.0"
},

@@ -26,0 +31,0 @@ "devDependencies": {

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