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

@eclipse-glsp/protocol

Package Overview
Dependencies
Maintainers
0
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp/protocol - npm Package Compare versions

Comparing version 2.3.0-next.397 to 2.3.0-next.399

2

lib/client-server-protocol/jsonrpc/ws-connection-provider.d.ts

@@ -45,3 +45,3 @@ /********************************************************************************

protected webSocket: WebSocket;
protected reconnectTimer: NodeJS.Timer;
protected reconnectTimer: NodeJS.Timeout;
protected reconnectAttempts: number;

@@ -48,0 +48,0 @@ protected options: GLSPWebSocketOptions;

{
"name": "@eclipse-glsp/protocol",
"version": "2.3.0-next.397+a980896",
"version": "2.3.0-next.399+efa84c4",
"description": "The protocol definition for client-server communication in GLSP",

@@ -48,3 +48,3 @@ "keywords": [

"dependencies": {
"sprotty-protocol": "1.3.0",
"sprotty-protocol": "1.4.0",
"uuid": "~10.0.0",

@@ -57,3 +57,3 @@ "vscode-jsonrpc": "8.2.0"

"peerDependencies": {
"inversify": "~6.0.2"
"inversify": "^6.1.3"
},

@@ -63,3 +63,3 @@ "publishConfig": {

},
"gitHead": "a9808968e774c7acfa0c783f77242dcd8a34c0e1"
"gitHead": "efa84c4e3b9df8c8b472cd8a0b41ac4a69f4ac5f"
}

@@ -48,3 +48,3 @@ /********************************************************************************

protected webSocket: WebSocket;
protected reconnectTimer: NodeJS.Timer;
protected reconnectTimer: NodeJS.Timeout;
protected reconnectAttempts = 0;

@@ -51,0 +51,0 @@

Sorry, the diff of this file is not supported yet

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