New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sprotty-vscode-protocol

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sprotty-vscode-protocol - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

4

CHANGELOG.md

@@ -5,2 +5,6 @@ ## Eclipse Sprotty Change Log (VS Code Protocol)

### v0.3.0 (Jun. 2022)
* Updated `sprotty-protocol` to v0.12.0
### v0.2.0 (Dec. 2021)

@@ -7,0 +11,0 @@

5

lib/handshake.js

@@ -18,5 +18,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.isDiagramIdentifier = exports.SprottyDiagramIdentifier = exports.isWebviewReadyMessage = void 0;
var sprotty_protocol_1 = require("sprotty-protocol");
function isWebviewReadyMessage(object) {
return sprotty_protocol_1.hasOwnProperty(object, 'readyMessage');
return (0, sprotty_protocol_1.hasOwnProperty)(object, 'readyMessage');
}

@@ -26,5 +27,5 @@ exports.isWebviewReadyMessage = isWebviewReadyMessage;

function isDiagramIdentifier(object) {
return sprotty_protocol_1.hasOwnProperty(object, ['clientId', 'diagramType', 'uri']);
return (0, sprotty_protocol_1.hasOwnProperty)(object, ['clientId', 'diagramType', 'uri']);
}
exports.isDiagramIdentifier = isDiagramIdentifier;
//# sourceMappingURL=handshake.js.map

@@ -17,7 +17,18 @@ "use strict";

********************************************************************************/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./handshake"));
__exportStar(require("./handshake"), exports);
//# sourceMappingURL=index.js.map

@@ -18,2 +18,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.DeleteWithWorkspaceEditAction = exports.WorkspaceEditAction = exports.LspLabelEditAction = void 0;
var LspLabelEditAction;

@@ -20,0 +21,0 @@ (function (LspLabelEditAction) {

@@ -17,7 +17,18 @@ "use strict";

********************************************************************************/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./editing"));
__exportStar(require("./editing"), exports);
//# sourceMappingURL=index.js.map
{
"name": "sprotty-vscode-protocol",
"version": "0.2.0",
"version": "0.3.0",
"displayName": "Sprotty VSCode Integration - Protocol between webview and extension",

@@ -43,3 +43,3 @@ "description": "Glue code to integrate Sprotty diagrams in VSCode extensions (protocol part)",

"path": "^0.12.7",
"sprotty-protocol": "~0.11.0",
"sprotty-protocol": "~0.12.0",
"vscode-languageserver-protocol": "^3.16.0"

@@ -55,3 +55,3 @@ },

"rimraf": "latest",
"typescript": "~3.8.3"
"typescript": "~4.6.2"
},

@@ -58,0 +58,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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