Gathering detailed insights and metrics for @node-red-contrib-themes/theme-collection
Gathering detailed insights and metrics for @node-red-contrib-themes/theme-collection
Gathering detailed insights and metrics for @node-red-contrib-themes/theme-collection
Gathering detailed insights and metrics for @node-red-contrib-themes/theme-collection
npm install @node-red-contrib-themes/theme-collection
71.7
Supply Chain
100
Quality
86.3
Maintenance
100
Vulnerability
100
License
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
88 Stars
901 Commits
27 Forks
3 Watching
4 Branches
2 Contributors
Updated on 15 Nov 2024
SCSS (93.3%)
JavaScript (4.74%)
CSS (1.96%)
Cumulative downloads
Total Downloads
Last day
-18.8%
216
Compared to previous day
Last week
-6.8%
1,637
Compared to previous week
Last month
-4.1%
8,062
Compared to previous month
Last year
63.3%
61,999
Compared to previous year
A collection of themes for Node-RED.
Search for @node-red-contrib-themes/theme-collection
Run the following command from within the Node-RED user data directory (by default, $HOME/.node-red
).
1npm install @node-red-contrib-themes/theme-collection
If you have an idea for a new theme, you can request it here, or better yet, create one yourself.
Set theme: "<theme-name>"
in the editorTheme
object in your settings.js
and then restart Node-RED.
For example, this sets Node-RED to use the midnight-red
theme.
1editorTheme: { 2 theme: "midnight-red" 3},
For details on the Node-RED's configuration file and its structure, please refer to the Node-RED official documentation.
Each theme in this collection comes with a pre-configured theme for the Monaco editor.
Just leave theme
in the codeEditor
object commented out.
For example, this sets Node-RED to use the dracula
theme and its pre-configured theme for the Monaco editor.
1editorTheme: { 2 theme: "dracula", 3 codeEditor: { 4 lib: "monaco", 5 options: { 6 // theme: "", 7 }, 8 }, 9},
Each theme in this collection comes with a pre-configured theme for the Mermaid diagramming and charting tool.
Just leave theme
in the mermaid
object commented out.
For example, this sets Node-RED to use the dark
theme and its pre-configured theme for the Mermaid diagramming and charting tool.
1editorTheme: { 2 theme: "dark", 3 mermaid: { 4 // theme: "", 5 }, 6},
Please refer to the DEVELOPMENT.md
file for details on how to set up a local development environment.
This project is licensed under the MIT license.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/26 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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