node-ping
node-ping copied to clipboard
a poor man's ping library (using udp scanning) for node
Hi, I get an error if use this package in the ExpressJS route. but I see result on console `console.log(pingResult);` of course, error is not related with ping package, but...
Is there a definition file for this module? I couldn't find one, and am having problems trying to create one of my own. Thanks, John
As #67 introduces IPV6, we need your helps on gathering fixtures for running `ping6`. Otherwise, ipv6 may not be work in your platform. The more fixtures we have the more...
Currently the callback style only returns an alive boolean, where the promise resolves with an object containing formally the host and alive, but now also includes the result string as...
In index.js /lib/ping.pcap is commented, this is used for udp ping why? does it work?

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
### Reproduction steps Ping something which returns errors. ### Expected behavior Messages from stderr are included in the responses. ``` { inputHost: 'p.p', host: 'unknown', alive: false, output: 'ping: permission...
…ing the main process env refs #166
**Issue Description:** In the lib/builder/linux.js file at line 121, the getSpawnOptions function sets the LANG environment variable to 'C' within the spawned process. However, this modification affects the environment of...