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

sprotty-vscode-protocol

Package Overview
Dependencies
Maintainers
5
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.5.0 to 1.0.0

6

lib/lsp/editing/editing.js

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

LspLabelEditAction.is = is;
})(LspLabelEditAction = exports.LspLabelEditAction || (exports.LspLabelEditAction = {}));
})(LspLabelEditAction || (exports.LspLabelEditAction = LspLabelEditAction = {}));
var WorkspaceEditAction;

@@ -35,3 +35,3 @@ (function (WorkspaceEditAction) {

WorkspaceEditAction.is = is;
})(WorkspaceEditAction = exports.WorkspaceEditAction || (exports.WorkspaceEditAction = {}));
})(WorkspaceEditAction || (exports.WorkspaceEditAction = WorkspaceEditAction = {}));
var DeleteWithWorkspaceEditAction;

@@ -44,3 +44,3 @@ (function (DeleteWithWorkspaceEditAction) {

DeleteWithWorkspaceEditAction.is = is;
})(DeleteWithWorkspaceEditAction = exports.DeleteWithWorkspaceEditAction || (exports.DeleteWithWorkspaceEditAction = {}));
})(DeleteWithWorkspaceEditAction || (exports.DeleteWithWorkspaceEditAction = DeleteWithWorkspaceEditAction = {}));
//# sourceMappingURL=editing.js.map
{
"name": "sprotty-vscode-protocol",
"version": "0.5.0",
"version": "1.0.0",
"displayName": "Sprotty VSCode Integration - Protocol between webview and extension",

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

],
"homepage": "https://github.com/eclipse/sprotty-vscode",
"homepage": "https://sprotty.org/",
"bugs": "https://github.com/eclipse/sprotty-vscode/issues",

@@ -20,14 +20,2 @@ "author": {

},
"contributors": [
{
"name": "Jan Köhnlein",
"email": "jan.koehnlein@typefox.io",
"url": "http://typefox.io"
},
{
"name": "Miro Spönemann",
"email": "miro.spoenemann@typefox.io",
"url": "http://typefox.io"
}
],
"repository": {

@@ -45,15 +33,6 @@ "type": "git",

"dependencies": {
"sprotty-protocol": "~0.13.0",
"vscode-languageserver-protocol": "^3.17.2",
"vscode-messenger-common": "^0.4.3"
"sprotty-protocol": "^1.0.0",
"vscode-languageserver-protocol": "^3.17.5",
"vscode-messenger-common": "^0.4.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-null": "^1.0.2",
"typescript": "~4.6.2"
},
"scripts": {

@@ -66,3 +45,3 @@ "prepare": "yarn run clean && yarn run build",

},
"gitHead": "fa9c9ac4cc36960208ea732d22fc0904d4fcd5b2"
"gitHead": "24764a8db539b2b89816f478bf6ef7861190d619"
}

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