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-1540140821 to 0.0.1-1540282074

src/che-api.ts

2

package.json

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

],
"version": "0.0.1-1540140821",
"version": "0.0.1-1540282074",
"license": "EPL-2.0",

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

@@ -11,3 +11,3 @@ /*********************************************************************

import { TheiaCloneCommand, TheiaCommand } from './theia-commands';
import { CheFactoryApi, CheFactory } from './che-factory-api';
import { CheFactoryApi, CheFactory } from './che-api';
import * as theia from '@theia/plugin';

@@ -14,0 +14,0 @@

@@ -12,5 +12,7 @@ /*********************************************************************

import { FactoryTheiaClient } from "./factory-theia-client";
import { CheWorkspaceProjectManager } from "./che-workspace-project-manager";
export async function start() {
new FactoryTheiaClient().onStart();
new CheWorkspaceProjectManager().onStart();
}

@@ -17,0 +19,0 @@

@@ -82,6 +82,6 @@ /*********************************************************************

}
return new Promise(() => { console.error('action nor openfile nor run command') });
return new Promise(() => { console.error('action nor openfile nor run command'); });
}
}
}
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