node-ipc
node-ipc copied to clipboard
Inter Process Communication Module for node supporting Unix sockets, TCP, TLS, and UDP. Giving lightning speed on Linux, Mac, and Windows.
Hopefully everyone is aware of CVE-2022-23812. This issue exists to discuss the future of `MidSpike/node-ipc`. One of my projects, [iris-utilities](https://github.com/MidSpike/iris-utilities), depended on `RIAEvangelist/node-ipc` and I am now unable to trust...
Looking at the `package.json` has led me to the following findings: ``` `package.json`, dependency versions are vulnerable to supply-chain attacks: - barely-patched in 8.1.1, semi-patched in 10.1.3 - however 10.1.3...
Do you think you should make a new repo with only the branches that are known to be safe to prevent npm from accidentally installing an unsafe branch? Or does...