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

vscode-jsonrpc

Package Overview
Dependencies
Maintainers
9
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 2.3.2-next.5 to 2.4.0

6

lib/main.js

@@ -287,3 +287,3 @@ /* --------------------------------------------------------------------------------------------

}
logger.error("Recevied message which is neither a response nor a notification message:\n" + JSON.stringify(message, null, 4));
logger.error("Received message which is neither a response nor a notification message:\n" + JSON.stringify(message, null, 4));
// Test whether we find an id to reject the promise

@@ -350,6 +350,6 @@ var responseMessage = message;

var error = message.error ? " Request failed: " + message.error.message + " (" + message.error.code + ")." : '';
tracer.log("Recevied response '" + responsePromise.method + " - (" + message.id + ")' in " + (Date.now() - responsePromise.timerStart) + "ms." + error, data);
tracer.log("Received response '" + responsePromise.method + " - (" + message.id + ")' in " + (Date.now() - responsePromise.timerStart) + "ms." + error, data);
}
else {
tracer.log("Recevied response " + message.id + " without active response promise.", data);
tracer.log("Received response " + message.id + " without active response promise.", data);
}

@@ -356,0 +356,0 @@ }

{
"name": "vscode-jsonrpc",
"description": "A json rpc implementation over streams",
"version": "2.3.2-next.5",
"version": "2.4.0",
"author": "Microsoft Corporation",

@@ -20,3 +20,3 @@ "license": "MIT",

"devDependencies": {
"mocha": "^2.4.5",
"mocha": "^3.0.2",
"typescript": "^1.8.10"

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