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.7 to 0.0.8

2

lib/sprotty-webview.js

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

return [
vscode.Uri.file(path.join(this.extension.context.extensionPath, this.scriptPath))
vscode.Uri.file(path.join(this.extension.context.extensionPath, this.scriptPath.substring(0, this.scriptPath.lastIndexOf('/'))))
];

@@ -111,0 +111,0 @@ },

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

},
"version": "0.0.7",
"version": "0.0.8",
"engines": {

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

@@ -75,3 +75,5 @@ /********************************************************************************

return [
vscode.Uri.file(path.join(this.extension.context.extensionPath, this.scriptPath))
vscode.Uri.file(path.join(
this.extension.context.extensionPath,
this.scriptPath.substring(0, this.scriptPath.lastIndexOf('/'))))
];

@@ -78,0 +80,0 @@ }

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