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

@eclipse-che/plugin

Package Overview
Dependencies
Maintainers
5
Versions
896
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/plugin

Eclipse Che specific Theia plugin API

  • 0.0.1-1679728194
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

Eclipse Che API for Eclipse Theia Plugin API

This repository contains Eclipse Che API available for Eclipse Theia Plugins. To use this API add dependency @eclipse-che/plugin in your package.json or use yarn add @eclipse-che/plugin.

If you write the Theia frontend plugin you need to modify your webpack.config.js externals section, by adding @eclipse-che/plugin with che.+your_plugin_id (it can be copied from @theia/plugin value with replacing theia. to che.).

Example:

 externals: {
   "@theia/plugin": "theia.theia_test_api",
   "@eclipse-che/plugin": "che.theia_test_api"
 }

FAQs

Package last updated on 25 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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