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

@eclipse-che/theia-factory-plugin

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/theia-factory-plugin - npm Package Compare versions

Comparing version 0.0.1-1541791092 to 0.0.1-1542962448

2

package.json

@@ -6,3 +6,3 @@ {

],
"version": "0.0.1-1541791092",
"version": "0.0.1-1542962448",
"license": "EPL-2.0",

@@ -9,0 +9,0 @@ "files": [

@@ -66,9 +66,9 @@ /*********************************************************************

private async executeCloneCommands(cloneCommandList: TheiaCloneCommand[]) {
theia.window.showInformationMessage("Che Workspace: Starting clonning projects.");
theia.window.showInformationMessage("Che Workspace: Starting cloning projects.");
await Promise.all(
cloneCommandList.map(cloneCommand => cloneCommand.execute())
);
theia.window.showInformationMessage("Che Workspace: Finished clonning projects.");
theia.window.showInformationMessage("Che Workspace: Finished cloning projects.");
}
}

@@ -94,3 +94,3 @@ /*********************************************************************

);
theia.window.showInformationMessage("Che Factory: Finished clonning projects.");
theia.window.showInformationMessage("Che Factory: Finished cloning projects.");
}

@@ -97,0 +97,0 @@

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