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

sprotty-vscode

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sprotty-vscode - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

lib/sprotty-webview.js

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

var handshakeReceiver = this.diagramPanel.webview.onDidReceiveMessage(function (msg) {
if (msg.isDiagramIdentifier()) {
if (protocol_1.isDiagramIdentifier(msg)) {
clearInterval(handshakeRetry);

@@ -120,0 +120,0 @@ handshakeReceiver.dispose();

@@ -10,3 +10,3 @@ {

},
"version": "0.0.15",
"version": "0.0.16",
"engines": {

@@ -13,0 +13,0 @@ "vscode": "^1.27.2"

@@ -117,3 +117,3 @@ /********************************************************************************

const handshakeReceiver = this.diagramPanel.webview.onDidReceiveMessage(msg => {
if (msg.isDiagramIdentifier()) {
if (isDiagramIdentifier(msg)) {
clearInterval(handshakeRetry);

@@ -120,0 +120,0 @@ handshakeReceiver.dispose();

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