Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@eclipse-che/theia-generator
Advanced tools
===================================
Theia Generator can be installed locally or globally
Here is how to install it globally:
using yarn:
$ yarn global add @eclipse-che/theia-generator
using npm:
$ npm install -g @eclipse-che/theia-generator
Then, a new command line tool is available : che:theia
Once the tool is installed, the following commands are available:
che:theia init
che:theia production
(help is also available with command che:theia --help
)
This command needs to be launched inside a cloned directory of Eclipse Theia cloned directory
$ git clone https://github.com/theia-ide/theia
$ cd theia
$ che:theia init
once the init command has been launched:
theia/che
folder, all extensions have been cloned and checkout to their correct branches (if specified)packages
folder, there are symlinks for each extension coming from theia/che
folders. All packages are prefixed by @che-
examples
folder, a new folder named àssemblyhas been generated and include the
che-theia` assembly of TheiaIn order to build the product, just run yarn
at the root folder (where theia has been cloned)
it's easy to check changes. Running yarn watch in a module and then running yarn watch in examples/assembly
folder and using yarn run start
in examples/assembly
A production's ready assembly of che-theia can be obtained by running from the root folder of theia: che:theia production
It will generate in ${where theia has been cloned}/production
folder a ready-to-use assembly of theia, without lot of files (like source maps, source code, etc)
It can be started with the command node ${where theia has been cloned}/production/src-gen/backend/main.js
FAQs
Eclipse Che - Theia tooling
The npm package @eclipse-che/theia-generator receives a total of 743 weekly downloads. As such, @eclipse-che/theia-generator popularity was classified as not popular.
We found that @eclipse-che/theia-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.