Socket
Socket
Sign inDemoInstall

node-ipc

Package Overview
Dependencies
Maintainers
9
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ipc - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

10

package.json
{
"name": "node-ipc",
"version": "8.1.0",
"version": "8.1.1",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",

@@ -14,6 +14,6 @@ "main": "node-ipc.js",

"colors": "*",
"event-pubsub": "^2.0.0",
"js-message": "*",
"js-queue": "^0.1.2",
"node-cmd": "*"
"event-pubsub": ">=2.1.2",
"js-message": ">=1.0.5",
"js-queue": ">=1.0.0",
"node-cmd": ">=1.1.1"
},

@@ -20,0 +20,0 @@ "devDependencies": {

@@ -97,3 +97,3 @@ 'use strict';

this.of[id].off('*');
this.of[id].off('*','*');
if(this.of[id].socket){

@@ -100,0 +100,0 @@ if(this.of[id].socket.destroy){

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