Comparing version 2.1.3 to 2.1.4
@@ -17,2 +17,3 @@ const https = require('https'); | ||
cfg.debug = !!cfg.debug; | ||
cfg.ignore = !!cfg.ignore; | ||
@@ -50,3 +51,8 @@ let pathname = cfg.debug ? | ||
if (cfg.ignore) { | ||
return callback(null); | ||
} | ||
let buffers = []; | ||
res.on('data', chunk => buffers.push(chunk)); | ||
@@ -53,0 +59,0 @@ res.on('end', () => { |
{ | ||
"name": "lib", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"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
13276
230