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

vscode-ws-jsonrpc

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-ws-jsonrpc - npm Package Compare versions

Comparing version 3.0.0-next.1 to 3.0.0

2

CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

## [3.0.0] - upcoming
## [3.0.0] - 2023-04-04

@@ -8,0 +8,0 @@ - **BREAKING CHANGE**: Do not reexport code of imported libraries (e.g. vscode-languageclient) #[459](https://github.com/TypeFox/monaco-languageclient/pull/459)

{
"name": "vscode-ws-jsonrpc",
"version": "3.0.0-next.1",
"version": "3.0.0",
"description": "VSCode JSON RPC over WebSocket",

@@ -54,4 +54,4 @@ "author": {

"volta": {
"node": "18.14.2",
"npm": "9.5.0"
"node": "18.15.0",
"npm": "9.6.2"
},

@@ -66,3 +66,3 @@ "files": [

"dependencies": {
"vscode-jsonrpc": "8.0.2"
"vscode-jsonrpc": "~8.1.0"
},

@@ -69,0 +69,0 @@ "scripts": {

@@ -7,4 +7,4 @@ # VSCode WebSocket JSON RPC

- [client](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/examples/client/)
- [server](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/examples/server/)
- [client](/packages/examples/main/src/client)
- [server](/packages/examples/main/src/server)

@@ -11,0 +11,0 @@ ## Client side connection handling

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