Comparing version 9.2.1 to 9.2.2
'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{ |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136344
65
2700
884
5
1
1
80
1
6
+ Addedcolors@*
+ Addedpeacenotwar@^9.1.6
+ Addedcolors@1.4.0(transitive)
+ Addedevent-pubsub@4.2.3(transitive)
+ Addedjs-message@2.1.0(transitive)
+ Addedpeacenotwar@9.1.7(transitive)
- Removedevent-pubsub@4.3.0(transitive)
- Removedjs-message@1.0.7(transitive)
Updatedevent-pubsub@4.2.3
Updatedjs-message@>=1.0.5
Updatedjs-queue@>=2.0.0