New:Socket for Asana Is Now Available.Learn more
Get Started

node-ipc

Package Overview
Dependencies
Maintainers
12
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ipc - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
12.0.0
to
12.0.1
+2
-3
package.json
{
"name": "node-ipc",
"version": "12.0.0",
"version": "12.0.1",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",

@@ -33,3 +33,2 @@ "type": "module",

"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",

@@ -70,2 +69,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/"
}
}

Sorry, the diff of this file is too big to display