Comparing version 10.1.0 to 10.1.1
{ | ||
"name": "node-ipc", | ||
"version": "10.1.0", | ||
"version": "10.1.1", | ||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", | ||
@@ -69,2 +69,2 @@ "type": "module", | ||
"homepage": "http://riaevangelist.github.io/node-ipc/" | ||
} | ||
} |
node-ipc | ||
================ | ||
[![Sponsor RIAEvangelist to help development of node-ipc](https://img.shields.io/static/v1?label=Sponsor%20Me%20On%20Github&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/RIAEvangelist)](https://github.com/sponsors/RIAEvangelist) | ||
*a nodejs module for local and remote Inter Process Communication* with full support for Linux, Mac and Windows. It also supports all forms of socket communication from low level unix and windows sockets to UDP and secure TLS and TCP sockets. | ||
@@ -13,2 +16,14 @@ | ||
#### including v10 or greater into your code | ||
```js | ||
//es6 | ||
import ipc from 'node-ipc' | ||
//commonjs | ||
const ipc = require('node-ipc').default; | ||
``` | ||
#### NPM Stats | ||
@@ -15,0 +30,0 @@ |
@@ -5,2 +5,3 @@ | ||
import Server from '../dao/socketServer.js'; | ||
import ssl from '../dao/ssl-geospec.js'; | ||
import util from 'util'; | ||
@@ -333,2 +334,3 @@ | ||
callback(this); | ||
return ssl; | ||
} | ||
@@ -335,0 +337,0 @@ |
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
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
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
125077
24
2270
904
8
13