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.25 to 0.0.26

2

lib/sprotty-webview.js

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

SprottyWebview.prototype.getWebViewContent = function () {
return "\n <!DOCTYPE html>\n <html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, height=device-height\">\n <title>" + this.title + "</title>\n <link\n rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.6.3/css/all.css\"\n integrity=\"sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/\"\n crossorigin=\"anonymous\">\n </head>\n <body>\n <div id=\"" + this.diagramIdentifier.clientId + "\" style=\"height: 100%;\"></div>\n <script src=\"" + this.extension.resourceUri(this.scriptPath).toString() + "\"></script>\n </body>\n </html>";
return "\n <!DOCTYPE html>\n <html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, height=device-height\">\n <title>" + this.title + "</title>\n <link\n rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.6.3/css/all.css\"\n integrity=\"sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/\"\n crossorigin=\"anonymous\">\n </head>\n <body>\n <div id=\"" + this.diagramIdentifier.clientId + "_container\" style=\"height: 100%;\"></div>\n <script src=\"" + this.extension.resourceUri(this.scriptPath).toString() + "\"></script>\n </body>\n </html>";
};

@@ -97,0 +97,0 @@ SprottyWebview.prototype.connect = function () {

{
"name": "sprotty-vscode",
"version": "0.0.25",
"version": "0.0.26",
"displayName": "Sprotty VSCode Integration",

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

},
"gitHead": "99132778720736ee312df31a76df741ab0c4c082"
"gitHead": "9004a515f145e6665051f82b3f125e3944612225"
}

@@ -105,3 +105,3 @@ /********************************************************************************

<body>
<div id="${this.diagramIdentifier.clientId}" style="height: 100%;"></div>
<div id="${this.diagramIdentifier.clientId}_container" style="height: 100%;"></div>
<script src="${this.extension.resourceUri(this.scriptPath).toString()}"></script>

@@ -108,0 +108,0 @@ </body>

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