Gathering detailed insights and metrics for @eclipse-glsp-examples/workflow-theia
Gathering detailed insights and metrics for @eclipse-glsp-examples/workflow-theia
Gathering detailed insights and metrics for @eclipse-glsp-examples/workflow-theia
Gathering detailed insights and metrics for @eclipse-glsp-examples/workflow-theia
Integration of the web-based GLSP client with Eclipse Theia
npm install @eclipse-glsp-examples/workflow-theia
Typescript
Module System
Node Version
NPM Version
2.3.0 Release
Updated on Dec 26, 2024
2.2.1 Release
Updated on Jul 22, 2024
2.1.1 (Theia 1.49) Release
Updated on Jul 08, 2024
2.1.x (Theia 1.45) Release
Updated on Jun 24, 2024
2.1.1 Release
Updated on Jun 24, 2024
2.1.0 Release
Updated on Jun 24, 2024
TypeScript (92.68%)
CSS (5.76%)
Shell (1.24%)
JavaScript (0.32%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
22 Stars
253 Commits
21 Forks
5 Watchers
39 Branches
21 Contributors
Updated on May 12, 2025
Latest Version
1.0.0-theia1.34.0
Package Id
@eclipse-glsp-examples/workflow-theia@1.0.0-theia1.34.0
Unpacked Size
37.89 MB
Size
33.96 MB
File Count
68
NPM Version
lerna/4.0.0/node@v16.18.1+x64 (linux)
Node Version
16.18.1
Published on
Feb 06, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
This package contains the glue code to integrate the GLSP Workflow example language into a Theia applicatiopn.
This project is built with yarn
and is available from npm via @eclipse-glsp-examples/workflow-theia.
The @eclipse-glsp/workflow-theia
package in version 1.0.0
is currently compatible with Theia >=1.25.0
.
Theia releases currently have no stable public API so new Theia versions might introduce API breaks.
If that is the case, a new compatible 1.0.0 version prefixed with the supported minimal Theia version will be released (e.g. 1.0.0-theia1.27.0
for Theia >= 1.27.0).
@eclipse-glsp/theia-integration | Theia |
---|---|
0.8.0 | <=1.4.0 |
0.9.0 | >=1.20.0 <= 1.25.0 |
1.0.0 | >=1.25.0 <= 1.26.0 |
1.0.0-theia1.27.0 | >=1.27.0 |
next | >=1.27.0 |
Note: Due to a transitive dependency to
sprotty-theia
it's currently not possible to safely restrict the maximum version of Theia packages. If you encounter build errors related to multiple resolved Theia versions please add a resolutions block to thepackage.json
of your project e.g. for1.0.0-theia1.27.0
:
1... 2 "resolutions": { 3 "**/@theia/core": "1.27.0", 4 "**/@theia/editor": "1.27.0", 5 "**/@theia/filesystem": "1.27.0", 6 "**/@theia/messages": "1.27.0", 7 "**/@theia/monaco": "1.27.0" 8 }, 9...
For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 15/23 approved changesets -- score normalized to 6
Reason
3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dangerous workflow patterns detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More