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.8.5 to 0.8.6

9

lib/client.js

@@ -86,3 +86,3 @@ "use strict";

// some reason.
return filename.replace(/[!'()*]/g, function (char) {
return filename.replace(/[!'()* ]/g, function (char) {
return '%' + char.charCodeAt(0).toString(16);

@@ -207,2 +207,6 @@ });

if (options.port !== undefined && isNaN(parseInt(options.port))) {
throw new Error('port must be a number.');
}
var invalidness = isInvalid(options.bucket);

@@ -752,3 +756,4 @@ var dnsUncompliance = isNotDnsCompliant(options.bucket);

Size: Number,
Contents: Array
Contents: Array,
CommonPrefixes: Array
};

@@ -755,0 +760,0 @@

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

],
"version": "0.8.5",
"version": "0.8.6",
"author": "TJ Holowaychuk <tj@learnboost.com>",

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

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