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-1552987269 to 0.0.1-1552988105

5

lib/index.js

@@ -64,3 +64,6 @@ #!/usr/bin/env node

content = htmlGenerator.generate();
outputFile = path.resolve(__dirname, 'status.html');
return [4 /*yield*/, fs.ensureDir(path.resolve(__dirname, '../out'))];
case 3:
_a.sent();
outputFile = path.resolve(__dirname, '../out', 'status.html');
fs.writeFileSync(outputFile, content);

@@ -67,0 +70,0 @@ console.log("\u270D\uFE0F HTML status written at " + outputFile);

2

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

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

@@ -38,3 +38,4 @@ #!/usr/bin/env node

const content = htmlGenerator.generate();
const outputFile = path.resolve(__dirname, 'status.html');
await fs.ensureDir(path.resolve(__dirname, '../out'));
const outputFile = path.resolve(__dirname, '../out', 'status.html');
fs.writeFileSync(outputFile, content);

@@ -41,0 +42,0 @@ console.log(`✍️ HTML status written at ${outputFile}`);

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