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 3.6.0 to 3.6.1

2

lib/main.js

@@ -270,3 +270,3 @@ /* --------------------------------------------------------------------------------------------

try {
// We have recevied a cancellation message. Check if the message is still in the queue
// We have received a cancellation message. Check if the message is still in the queue
// and cancel it if allowed to do so.

@@ -273,0 +273,0 @@ if (messages_1.isNotificationMessage(message) && message.method === CancelNotification.type.method) {

{
"name": "vscode-jsonrpc",
"description": "A json rpc implementation over streams",
"version": "3.6.0",
"version": "3.6.1",
"author": "Microsoft Corporation",

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

"scripts": {
"prepublish": "npm run compile && npm test",
"prepublishOnly": "npm run compile && npm test",
"postpublish": "node ../build/npm/post-publish.js",

@@ -23,0 +23,0 @@ "compile": "node ../build/bin/tsc -p ./tsconfig.json",

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