Comparing version
@@ -5,3 +5,3 @@ 'use strict'; | ||
tls = require('tls'), | ||
eventParser = require('./eventParser.js'), | ||
EventParser = new require('../entities/EventParser.js'), | ||
Message = require('js-message'), | ||
@@ -16,2 +16,4 @@ fs = require('fs'), | ||
let eventParser = new EventParser(); | ||
class Client extends Events{ | ||
@@ -34,2 +36,4 @@ constructor(config,log){ | ||
); | ||
eventParser=new EventParser(this.config); | ||
} | ||
@@ -36,0 +40,0 @@ } |
@@ -7,3 +7,3 @@ 'use strict'; | ||
dgram = require('dgram'), | ||
eventParser = require('./eventParser.js'), | ||
EventParser = require('../entities/EventParser.js'), | ||
Message = require('js-message'); | ||
@@ -16,2 +16,4 @@ | ||
let eventParser = new EventParser(); | ||
class Server extends Events{ | ||
@@ -36,2 +38,4 @@ constructor(path,config,log,port){ | ||
eventParser=new EventParser(this.config); | ||
this.on( | ||
@@ -38,0 +42,0 @@ 'close', |
@@ -32,2 +32,4 @@ 'use strict'; | ||
this.delimiter='\f'; | ||
this.silent=false; | ||
@@ -34,0 +36,0 @@ this.logDepth=5; |
{ | ||
"name": "node-ipc", | ||
"version": "8.10.3", | ||
"version": "9.0.0", | ||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", | ||
@@ -13,13 +13,12 @@ "main": "node-ipc.js", | ||
"dependencies": { | ||
"colors": "*", | ||
"event-pubsub": "4.2.3", | ||
"js-message": ">=1.0.5", | ||
"js-queue": ">=2.0.0" | ||
"event-pubsub": "4.2.4", | ||
"js-message": "1.0.5", | ||
"js-queue": "2.0.0" | ||
}, | ||
"devDependencies": { | ||
"codacy-coverage": "^1.1.3", | ||
"jasmine": "^2.4.1", | ||
"istanbul": "^0.4.1", | ||
"codacy-coverage": "^2.0.0", | ||
"node-cmd": ">=1.2.0" | ||
"codacy-coverage": "1.1.3", | ||
"jasmine": "2.4.1", | ||
"istanbul": "0.4.1", | ||
"codacy-coverage": "2.0.0", | ||
"node-cmd": "2.0.0" | ||
}, | ||
@@ -26,0 +25,0 @@ "scripts": { |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 2 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
126568
0.19%3
-25%2633
0.34%0
-100%4
33.33%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated