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

@eclipse-che/vscode-theia-comparator

Package Overview
Dependencies
Maintainers
4
Versions
552
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/vscode-theia-comparator - npm Package Compare versions

Comparing version 0.0.1-1552986841 to 0.0.1-1552987269

2

lib/grab-theia-versions.js

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

_a.sent();
paths = [path.resolve('conf', 'vscode-theia.d.ts'), filePath];
paths = [path.resolve(__dirname, '../conf', 'vscode-theia.d.ts'), filePath];
entry = { paths: paths, version: version };

@@ -114,0 +114,0 @@ return [2 /*return*/, entry];

{
"name": "@eclipse-che/vscode-theia-comparator",
"publisher": "Eclipse Che",
"version": "0.0.1-1552986841",
"version": "0.0.1-1552987269",
"description": "Compare VS Code API and Theia API",

@@ -6,0 +6,0 @@ "license": "EPL-2.0",

@@ -83,3 +83,3 @@ /*********************************************************************

await fs.writeFile(filePath, content);
const paths = [path.resolve('conf', 'vscode-theia.d.ts'), filePath];
const paths = [path.resolve(__dirname, '../conf', 'vscode-theia.d.ts'), filePath];
const entry: ScannerEntry = { paths, version };

@@ -86,0 +86,0 @@ return entry;

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