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

vscode-jsonrpc

Package Overview
Dependencies
Maintainers
11
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-jsonrpc - npm Package Compare versions

Comparing version 4.1.0-next.3 to 5.0.0-next.1

.eslintrc.json

1

lib/events.js

@@ -65,2 +65,3 @@ /* --------------------------------------------------------------------------------------------

catch (e) {
// eslint-disable-next-line no-console
console.error(e);

@@ -67,0 +68,0 @@ }

4

lib/main.d.ts

@@ -1,2 +0,2 @@

/// <reference path="thenable.d.ts" />
/// <reference path="../src/thenable.d.ts" />
/// <reference types="node" />

@@ -15,3 +15,3 @@ import { Message, MessageType, RequestMessage, RequestType, RequestType0, RequestType1, RequestType2, RequestType3, RequestType4, RequestType5, RequestType6, RequestType7, RequestType8, RequestType9, ResponseMessage, ResponseError, ErrorCodes, NotificationMessage, NotificationType, NotificationType0, NotificationType1, NotificationType2, NotificationType3, NotificationType4, NotificationType5, NotificationType6, NotificationType7, NotificationType8, NotificationType9, _EM } from './messages';

/**
* The progress token provided by the client.
* The progress token provided by the client or server.
*/

@@ -18,0 +18,0 @@ token: ProgressToken;

@@ -5,3 +5,3 @@ /* --------------------------------------------------------------------------------------------

* ------------------------------------------------------------------------------------------ */
/// <reference path="./thenable.ts" />
/// <reference path="./thenable.d.ts" />
'use strict';

@@ -243,3 +243,2 @@ function __export(m) {

}
;
function readErrorHandler(error) {

@@ -927,3 +926,4 @@ errorEmitter.fire([error, undefined, undefined]);

inspect: () => {
console.log("inspect");
// eslint-disable-next-line no-console
console.log('inspect');
}

@@ -930,0 +930,0 @@ };

{
"name": "vscode-jsonrpc",
"description": "A json rpc implementation over streams",
"version": "4.1.0-next.3",
"version": "5.0.0-next.1",
"author": "Microsoft Corporation",

@@ -23,4 +23,4 @@ "license": "MIT",

"postpublish": "node ../build/npm/post-publish.js",
"compile": "node ../build/bin/tsc -p ./tsconfig.json",
"watch": "node ../build/bin/tsc -w -p ./tsconfig.json",
"compile": "node ../build/bin/tsc -b ./tsconfig.json",
"watch": "node ../build/bin/tsc -b ./tsconfig.json -w",
"test": "node ../node_modules/mocha/bin/_mocha",

@@ -27,0 +27,0 @@ "clean": "node ../node_modules/rimraf/bin.js lib",

@@ -50,2 +50,7 @@ # VSCode JSON RPC

### 5.0.0
- add progress support
- move JS target to ES2017
### 4.0.0

@@ -52,0 +57,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