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

sprotty-vscode-protocol

Package Overview
Dependencies
Maintainers
1
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.0.1 to 0.0.2

lib/lsp/editing/editing.d.ts

2

lib/index.d.ts

@@ -16,4 +16,4 @@ /********************************************************************************

********************************************************************************/
export * from './editing';
export * from './lsp/editing/editing';
export * from './handshake';
export * from './sprotty';

@@ -21,5 +21,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./editing"));
__export(require("./lsp/editing/editing"));
__export(require("./handshake"));
__export(require("./sprotty"));
//# sourceMappingURL=index.js.map
{
"name": "sprotty-vscode-protocol",
"version": "0.0.1",
"version": "0.0.2",
"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",
"vscode-languageclient": "^5.1.0-next.9"
"vscode-languageserver-protocol": "^3.14.1"
},

@@ -57,6 +57,4 @@ "devDependencies": {

"watch": "tsc -w",
"lint": "tslint -c ./tslint.json --project ./tsconfig.json",
"link:install": "yarn link",
"link:uninstall": "yarn unlink"
"lint": "tslint -c ./tslint.json --project ./tsconfig.json"
}
}

@@ -17,4 +17,4 @@ /********************************************************************************

export * from './editing';
export * from './lsp/editing/editing';
export * from './handshake';
export * from './sprotty';

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