Socket
Socket
Sign inDemoInstall

node-ipc

Package Overview
Dependencies
45
Maintainers
12
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.2 to 10.1.0

node-ipc.cjs

13

package.json
{
"name": "node-ipc",
"version": "10.0.2",
"version": "10.1.0",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"type": "module",
"main": "node-ipc.js",
"main": "node-ipc.cjs",
"module": "node-ipc.js",
"exports": {
"import": "./node-ipc.js",
"require": "./node-ipc.cjs"
},
"directories": {

@@ -21,2 +26,3 @@ "example": "example"

"c8": "^7.7.3",
"esbuild": "^0.12.28",
"lcov2badge": "^0.1.2",

@@ -28,2 +34,3 @@ "node-cmd": "^4.0.0",

"scripts": {
"prepare": "esbuild node-ipc.js --bundle --format=cjs --target=es2018 --platform=node --outfile=node-ipc.cjs",
"test": "npm i && c8 -r lcov -r html node test/CI.js && c8 report && node ./lcov.js",

@@ -64,2 +71,2 @@ "coverage": "echo 'See your coverage report at http://localhost:8080' && node-http-server port=8080 root=./coverage/"

"homepage": "http://riaevangelist.github.io/node-ipc/"
}
}

@@ -7,7 +7,7 @@ node-ipc

**npm install node-ipc**
`npm install node-ipc`
#### for commonjs or node <v14
#### for node <v14
set version to `<10.0.0` in your `pagage.json` for the node-ipc dep.
`npm install node-ipc@^9.0.0`

@@ -14,0 +14,0 @@ #### NPM Stats

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc