🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nodejs-local-ipc

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-local-ipc - npm Package Compare versions

Comparing version
1.0.7
to
1.0.8
+1
-1
package.json
{
"name": "nodejs-local-ipc",
"version": "1.0.7",
"version": "1.0.8",
"description": "实现nodejs中兄弟进程的通信",

@@ -5,0 +5,0 @@ "main": "src/index.js",

const { Server } = require('./server');
const { Client } = require('./client');
const RequestManager = require('./lib/RequestManager');
const { packet, seq } = require('tiny-application-layer-protocol');

@@ -10,4 +9,3 @@ module.exports = {

RequestManager,
packet,
seq,
...require('tiny-application-layer-protocol')
}