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-1552985897 to 0.0.1-1552986841

conf/vscode-theia.d.ts

2

lib/grab-theia-versions.js

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

_a.sent();
paths = [path.resolve('vscode-theia.d.ts'), filePath];
paths = [path.resolve('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-1552985897",
"version": "0.0.1-1552986841",
"description": "Compare VS Code API and Theia API",

@@ -13,2 +13,3 @@ "license": "EPL-2.0",

"src",
"conf",
"lib"

@@ -15,0 +16,0 @@ ],

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

await fs.writeFile(filePath, content);
const paths = [path.resolve('vscode-theia.d.ts'), filePath];
const paths = [path.resolve('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