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-1541701876 to 0.0.1-1541781867

2

package.json

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

],
"version": "0.0.1-1541701876",
"version": "0.0.1-1541781867",
"license": "EPL-2.0",

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

@@ -35,2 +35,5 @@ /*********************************************************************

const cloneCommandList = await this.selectProjectToCloneCommands(workspaceConfig);
if (cloneCommandList.length === 0) {
return;
}
await this.executeCloneCommands(cloneCommandList);

@@ -64,2 +67,3 @@

private async executeCloneCommands(cloneCommandList: TheiaCloneCommand[]) {
theia.window.showInformationMessage("Che Workspace: Starting clonning projects.");
await Promise.all(

@@ -66,0 +70,0 @@ cloneCommandList.map(cloneCommand => cloneCommand.execute())

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