Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
generator-theia-extension
Advanced tools
Helps to setup the project structure for developing extensions to the Theia IDE
A yeoman generator that scaffolds a project structure for developing custom Eclipse Theia applications and extensions.
Please also see:
To use it, install yo
(version 4.x.x) and the generator
(see next below).
npm install -g yo generator-theia-extension
To create a sample Theia project (optionally with custom Theia extensions) including a browser and electron app, run:
mkdir my-theia-app && cd my-theia-app
yo theia-extension
For configuration options, see:
yo theia-extension --help
The generator allows to generate an example extension that is directly part of the generated Theia application. Alternativly, you can select 'no-extension' to just generate a Theia application without a custom extension.
Template Option | Description | Documentation |
---|---|---|
hello-world | Creates a simple extension which provides a command and menu item which displays a message | readme |
widget | Creates the basis for a simple widget including a toggle command, alert message and button displaying a message. The template also contains an example unit test. | readme |
labelprovider | Creates a simple extension which adds a custom label (with icon) for .my files | readme |
tree-editor | Creates a tree editor extension | readme |
empty | Creates a simple, minimal extension | readme |
backend | Creates a backend communication extension | readme |
diagram-editor | Creates a diagram editor extension | readme |
no-extension | Creates a Theia application without any extension |
Follow this instruction to login to the npm registry with a user account.
If you don't have an account contact Theia organization to request one.
Publish with np.
npx np
"Theia" is a trademark of the Eclipse Foundation https://www.eclipse.org/theia
FAQs
Helps to setup the project structure for developing extensions to the Theia IDE
The npm package generator-theia-extension receives a total of 80 weekly downloads. As such, generator-theia-extension popularity was classified as not popular.
We found that generator-theia-extension demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.