Comparing version 2.0.0-beta.5 to 2.0.0-beta.6
@@ -98,8 +98,10 @@ const https= require('https') | ||
} else { | ||
let chunks = [] | ||
// ignore actual data | ||
// | ||
// let chunks = [] | ||
// | ||
// res.on('data', function (chunk) { | ||
// chunks.push(chunk) | ||
// }) | ||
res.on('data', function (chunk) { | ||
chunks.push(chunk) | ||
}) | ||
res.on('error', (err) => { | ||
@@ -106,0 +108,0 @@ if (!hasCalled) { |
{ | ||
"name": "probe", | ||
"version": "2.0.0-beta.5", | ||
"version": "2.0.0-beta.6", | ||
"description": "Ping and probe stuff.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
8335
251