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

net-ipc

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

net-ipc - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "net-ipc",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple message based IPC client/server providing bi-directional communication over sockets and TCP. Supports one-way messages, promise-based request-response, survey, broadcast and zlib-stream compression",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -53,2 +53,5 @@ "use strict";

}
if(this._closed) {
this._closed = false;
}
this._promise = {

@@ -55,0 +58,0 @@ resolve: ok,

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