Comparing version 9.1.4 to 9.1.5
@@ -311,6 +311,7 @@ 'use strict'; | ||
this.server.listen( | ||
this.path, | ||
this.onStart.bind(this) | ||
); | ||
this.server.listen({ | ||
path: this.path, | ||
readableAll: true, | ||
writableAll: true | ||
}, this.onStart.bind(this)); | ||
@@ -317,0 +318,0 @@ return; |
{ | ||
"name": "node-ipc", | ||
"version": "9.1.4", | ||
"version": "9.1.5", | ||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", | ||
@@ -5,0 +5,0 @@ "main": "node-ipc.js", |
@@ -59,3 +59,3 @@ node-ipc | ||
6. [Basic Examples](#basic-examples) | ||
1. [Server for Unix||Windows Sockets & TCP Sockets](#server-for-unix-sockets--tcp-sockets) | ||
1. [Server for Unix||Windows Sockets & TCP Sockets](#server-for-unix-sockets-windows-sockets--tcp-sockets) | ||
2. [Client for Unix||Windows Sockets & TCP Sockets](#client-for-unix-sockets--tcp-sockets) | ||
@@ -484,3 +484,2 @@ 4. [Server & Client for UDP Sockets](#server--client-for-udp-sockets) | ||
|***your event type***|***your event data***|triggered when a JSON message is received. The event name will be the type string from your message and the param will be the data object from your message eg : ` { type:'myEvent',data:{a:1}} ` | | ||
|||| | ||
@@ -487,0 +486,0 @@ ### Multiple IPC Instances |
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
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
84878
952
20
878