Socket
Socket
Sign inDemoInstall

vscode-ws-jsonrpc

Package Overview
Dependencies
Maintainers
1
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 0.0.1-alpha.2 to 0.0.1-alpha.3

2

lib/socket/reader.js

@@ -35,3 +35,3 @@ "use strict";

}
_super.prototype.fireClose.call(_this);
_this.fireClose();
});

@@ -38,0 +38,0 @@ return _this;

{
"name": "vscode-ws-jsonrpc",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"description": "VSCode JSON RPC over WebSocket",

@@ -5,0 +5,0 @@ "author": "TypeFox GmbH (http://www.typefox.io)",

@@ -31,3 +31,3 @@ /* --------------------------------------------------------------------------------------------

}
super.fireClose();
this.fireClose();
});

@@ -34,0 +34,0 @@ }

Sorry, the diff of this file is not supported yet

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