Gathering detailed insights and metrics for yp-xel
Gathering detailed insights and metrics for yp-xel
Gathering detailed insights and metrics for yp-xel
Gathering detailed insights and metrics for yp-xel
Xel - Widget toolkit for building native-like Electron and Web apps
npm install yp-xel
Typescript
Module System
JavaScript (76.17%)
CSS (23.45%)
Fluent (0.23%)
HTML (0.15%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
721 Stars
571 Commits
61 Forks
22 Watchers
1 Branches
8 Contributors
Updated on Jul 12, 2025
Latest Version
1.0.5
Package Id
yp-xel@1.0.5
Unpacked Size
911.21 kB
Size
209.30 kB
File Count
13
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
4
Xel is a HTML 5 widget toolkit for building native-like Electron and Chrome apps.
Xel follows the Keep It Simple principle and thus is written using plain JS, HTML and CSS. It does not make use of any preprocessors or heavy abstraction layers.
Widgets:
Visit xel-toolkit.org for a complete list of all supported widgets with demos and documentation.
Themes
Thanks to advanced theming capabilities, Xel can imitate native widgets.
The themes currently shipped with Xel are:
Supported browsers
The project makes heavy use of bleeding edge Web Platform features such as Custom Elements v1, Shadow DOM v1, SVG 2 and ES2017 and therefore works only on the following browsers:
1. Install Xel
$ npm install xel
2. Link Xel theme
Add to the <head>
one of the following:
1<link rel="stylesheet" href="node_modules/xel/themes/macos.css">
1<link rel="stylesheet" href="node_modules/xel/themes/material.css">
1<link rel="stylesheet" href="node_modules/xel/themes/vanilla.css">
3. Link Xel
Add to the <head>
:
1<script src="node_modules/xel/xel.min.js"></script>
4. Link fonts
Some themes require additional fonts to be linked or embedded. Use Google Fonts service to generate necessary code.
1. Install Xel and its dev dependencies
1$ git clone https://github.com/jarek-foksa/xel 2$ cd xel 3$ npm install
2. Launch the dev server
1$ ./project.js serve
3. Open http://localhost:5000 in your browser
No vulnerabilities found.
Reason
20 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
branch protection not enabled on development/release branches
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