Comparing version 2.1.2 to 2.1.3
@@ -16,4 +16,7 @@ const https = require('https'); | ||
cfg.keys = cfg.keys || KEYS; | ||
cfg.debug = !!cfg.debug; | ||
let pathname = names.slice(0, 2).join('/') + names.slice(2).join('/'); | ||
let pathname = cfg.debug ? | ||
names.slice(3).join('/') : | ||
names.slice(0, 2).join('/') + names.slice(2).join('/'); | ||
let headers = {}; | ||
@@ -20,0 +23,0 @@ let responded = false; |
{ | ||
"name": "lib", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "StdLib: Standard Library for Microservices Node.js Bindings", | ||
@@ -5,0 +5,0 @@ "main": "lib.js", |
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
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
13188
226