Comparing version 0.5.0 to 0.5.2
@@ -0,0 +0,0 @@ |
@@ -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) |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
887
35025
3
3
+ Addeddebug@~0.7.0
+ Addeddebug@0.7.4(transitive)