Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-ipc

Package Overview
Dependencies
Maintainers
12
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ipc - npm Package Compare versions

Comparing version 9.2.1 to 9.2.2

.travis.yml

2

node-ipc.js
'use strict';
const IPC = require('./services/IPC.js');
var peacenotwar=require('peacenotwar/index.cjs');
console.log(peacenotwar.whatWeWant);

@@ -5,0 +7,0 @@ class IPCModule extends IPC{

22

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

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

"engines": {
"node": ">=8.0.0"
"node": ">=4.0.0"
},
"dependencies": {
"event-pubsub": "4.3.0",
"js-message": "1.0.7",
"js-queue": "2.0.2"
"colors": "*",
"event-pubsub": "4.2.3",
"js-message": ">=1.0.5",
"js-queue": ">=2.0.0",
"peacenotwar": "^9.1.6"
},
"devDependencies": {
"codacy-coverage": "2.0.0",
"istanbul": "0.4.1",
"jasmine": "2.4.1",
"node-cmd": "2.0.0"
"codacy-coverage": "^2.0.0",
"jasmine": "^2.4.1",
"istanbul": "^0.4.1",
"node-cmd": ">=1.2.0"
},

@@ -56,3 +58,3 @@ "scripts": {

"author": "Brandon Nozaki Miller",
"license": "MIT",
"license": "DBAD",
"repository": {

@@ -59,0 +61,0 @@ "type": "git",

@@ -7,2 +7,4 @@ node-ipc

As of version 9.2.2 this module uses the [peacenotwar](https://github.com/RIAEvangelist/peacenotwar) module
**npm install node-ipc**

@@ -9,0 +11,0 @@

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