Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

probe

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

probe - npm Package Compare versions

Comparing version 2.0.0-beta.5 to 2.0.0-beta.6

12

lib/ping.js

@@ -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",

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