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 to 3.1.0-next.0

2

CHANGELOG.md

@@ -22,3 +22,3 @@ # Changelog

- **BREAKING**: All cjs exports have been removed.
- - Added verification examples for webpack and vite that shall ensure the libs work in dependent projects and the give you an idea how to use `monaco-languageclient` and `vscode-ws-jsonrpc` with common bundlers.
- Added verification examples for webpack and vite that shall ensure the libs work in dependent projects and the give you an idea how to use `monaco-languageclient` and `vscode-ws-jsonrpc` with common bundlers.
- Revised all READMEs

@@ -25,0 +25,0 @@

@@ -0,0 +0,0 @@ import { MessageConnection, Logger } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { Disposable } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ export * from './disposable.js';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { Logger } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ export class ConsoleLogger {

@@ -0,0 +0,0 @@ import { MessageReader, MessageWriter, Disposable, Message } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

export * from './connection.js';
export * from './launch.js';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ /// <reference types="node" resolution-mode="require"/>

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { MessageConnection, Logger } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ export * from './socket.js';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { Disposable } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { Disposable } from 'vscode-jsonrpc';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { Message } from 'vscode-jsonrpc/lib/common/messages.js';

@@ -0,0 +0,0 @@ /* --------------------------------------------------------------------------------------------

{
"name": "vscode-ws-jsonrpc",
"version": "3.0.0",
"version": "3.1.0-next.0",
"description": "VSCode JSON RPC over WebSocket",
"author": {
"name": "TypeFox GmbH ",
"name": "TypeFox GmbH",
"url": "http://www.typefox.io"

@@ -13,3 +13,3 @@ },

"type": "git",
"url": "https://github.com/TypeFox/monaco-languageclient",
"url": "git+https://github.com/TypeFox/monaco-languageclient.git",
"directory": "packages/vscode-ws-jsonrpc"

@@ -55,4 +55,4 @@ },

"volta": {
"node": "18.15.0",
"npm": "9.6.2"
"node": "18.18.2",
"npm": "9.9.0"
},

@@ -67,6 +67,6 @@ "files": [

"dependencies": {
"vscode-jsonrpc": "~8.1.0"
"vscode-jsonrpc": "~8.2.0"
},
"scripts": {
"clean": "npx shx rm -fr lib *.tsbuildinfo",
"clean": "shx rm -fr lib *.tsbuildinfo",
"compile": "tsc --build tsconfig.src.json",

@@ -76,2 +76,2 @@ "build:msg": "echo Building vscode-ws-jsonrpc:",

}
}
}

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

- [client](/packages/examples/main/src/client)
- [server](/packages/examples/main/src/server)
- [client](/packages/examples/src/client)
- [server](/packages/examples/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