Socket
Socket
Sign inDemoInstall

@achrinza/node-ipc

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@achrinza/node-ipc - npm Package Compare versions

Comparing version 10.1.3 to 10.1.4

2

dao/client.js

@@ -7,3 +7,3 @@ import net from 'net';

import Queue from '@node-ipc/js-queue';
import Events from 'event-pubsub';
import Events from '@achrinza/event-pubsub';

@@ -10,0 +10,0 @@ let eventParser = new EventParser();

@@ -8,3 +8,3 @@

import Message from 'js-message';
import Events from 'event-pubsub';
import Events from '@achrinza/event-pubsub';

@@ -11,0 +11,0 @@ let eventParser = new EventParser();

{
"name": "@achrinza/node-ipc",
"version": "10.1.3",
"version": "10.1.4",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",

@@ -22,6 +22,6 @@ "type": "module",

"dependencies": {
"event-pubsub": "5.0.3",
"@achrinza/event-pubsub": "5.0.5",
"js-message": "1.0.7",
"@node-ipc/js-queue": "2.0.3",
"strong-type": "^1.0.1"
"strong-type": "1.0.1"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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