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 9.2.2 to 9.2.3

25

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

@@ -10,11 +10,10 @@ "main": "node-ipc.js",

"engines": {
"node": "8 || 10 || 12 || 14 || 16 || 17"
"node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17"
},
"dependencies": {
"@node-ipc/js-queue": "2.0.3",
"event-pubsub": "4.3.0",
"js-message": "1.0.7",
"@node-ipc/js-queue": "2.0.3"
"js-message": "1.0.7"
},
"devDependencies": {
"codacy-coverage": "2.0.0",
"istanbul": "0.4.1",

@@ -26,10 +25,6 @@ "jasmine": "2.4.1",

"scripts": {
"test-windows": "istanbul cover -x **/spec/** -dir ./spec/coverage ./node_modules/jasmine/bin/jasmine.js",
"test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
"cover": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
"coverup": "cat ./spec/coverage/lcov.info | codacy-coverage"
"istanbul": "istanbul cover -x ./spec/**",
"test-windows": "npm run-script istanbul -- ./node_modules/jasmine/bin/jasmine.js",
"test": "npm run-script istanbul -- jasmine"
},
"pre-commit": [
"cover"
],
"keywords": [

@@ -66,3 +61,9 @@ "IPC",

},
"files": [
"dao",
"entities",
"local-node-ipc-certs",
"services"
],
"homepage": "https://github.com/achrinza/node-ipc"
}

@@ -10,2 +10,3 @@ # @achrinza/node-ipc

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
[![Coverage Status](https://coveralls.io/repos/github/achrinza/node-ipc/badge.svg?branch=main)](https://coveralls.io/github/achrinza/node-ipc?branch=main)

@@ -12,0 +13,0 @@ _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.

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