Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

msrpc

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msrpc - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "msrpc",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

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

const RpcCenter = require("../msrpc/RpcCenter")
const path = require("path")
const ManagedServerProxy = require("../proxy/ManagedServerProxy")
const ManagerServerListenerProxy = require("../proxy/ManagerServerListenerProxy")

@@ -12,4 +10,3 @@ function ServerInitState() {

this.Context.express = require("express")
let options = { ManagedServerProxy, ManagerServerListenerProxy }
this.Context.RpcCenter.Create(options, 0)
this.Context.RpcCenter.Create()
this.Context.AllServer = this.__load(this.Context.Config)

@@ -16,0 +13,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc