Socket
Socket
Sign inDemoInstall

@achrinza/node-ipc

Package Overview
Dependencies
45
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.1.1 to 10.1.2

CODE_OF_CONDUCT.md

11

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

@@ -19,3 +19,3 @@ "type": "module",

"engines": {
"node": ">=14"
"node": "14 || 16 || 17"
},

@@ -29,8 +29,9 @@ "dependencies": {

"devDependencies": {
"@node-ipc/vanilla-test": "1.4.9",
"c8": "^7.7.3",
"esbuild": "^0.12.28",
"lcov2badge": "^0.1.2",
"node-cmd": "^4.0.0",
"node-http-server": "^8.1.4",
"vanilla-test": "^1.4.8"
"lockfile-lint": "^4.7.4",
"node-cmd": "4.0.0",
"node-http-server": "^8.1.4"
},

@@ -37,0 +38,0 @@ "scripts": {

@@ -9,2 +9,4 @@ # @achrinza/node-ipc

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
_a nodejs module for local and remote Inter Process Communication_ with full support for Linux, Mac and Windows. It also supports all forms of socket communication from low level unix and windows sockets to UDP and secure TLS and TCP sockets.

@@ -32,3 +34,3 @@

the latest versions of `node-ipc` may work with the --harmony flag. Officially though, we support node v4 and newer with es5 and es6
the latest versions of `@achrinza/node-ipc` may work with the --harmony flag. Officially though, we support node v4 and newer with es5 and es6

@@ -718,3 +720,3 @@ #### Testing

`node-ipc` can be used with Node.js' [cluster module](https://nodejs.org/api/cluster.html) to provide the ability to have multiple readers for a single socket. Doing so simply requires you to set the `unlink` property in the config to `false` and take care of unlinking the socket path in the master process:
`@achrinza/node-ipc` can be used with Node.js' [cluster module](https://nodejs.org/api/cluster.html) to provide the ability to have multiple readers for a single socket. Doing so simply requires you to set the `unlink` property in the config to `false` and take care of unlinking the socket path in the master process:

@@ -721,0 +723,0 @@ ##### Server

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc