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

0

lib/auth.js

@@ -0,0 +0,0 @@ "use strict";

4

lib/client.js

@@ -818,3 +818,5 @@ "use strict";

var url = params ? '?' + qs.stringify(params) : '';
// Stringify the list params but don't encode them yet, since ::request
// already encodes the value, leading to double-encoding issues
var url = params ? '?' + decodeURIComponent(qs.stringify(params)) : '';

@@ -821,0 +823,0 @@ return this.getFile(url, headers, function(err, res){

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

],
"version": "0.8.7",
"version": "0.8.8",
"author": "TJ Holowaychuk <tj@learnboost.com>",

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

@@ -0,0 +0,0 @@ # knox

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