
Security News
November CVEs Fell 25% YoY, Driven by Slowdowns at Major CNAs
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.
@ewc-lib/ewc-select-enh
Advanced tools
A select component built with LitElement and TailwindCSS based on ECL styles.
A customizable select component built with LitElement and TailwindCSS.
To install the component, use NPM:
npm install @ewc-lib/ewc-select-enh
Import the component in your project and use it in your HTML:
import '@ewc-lib/ewc-select-enh';
See the main.js file in the site/src folder.
<ewc-select-enh
options='[
[{"code": "EU27_2020", "name": "European Union", "status": "active"}],
[
{"code": "AT", "name": "Austria", "status": "active"},
{"code": "BE", "name": "Belgium", "status": "active"},
...
],
[
{"code": "NO", "name": "Norway", "status": "active"},
{"code": "CH", "name": "Switzerland", "status": "active"},
...
]
]'
defaultOption='["EU27_2020"]'
invertColors="false"
></ewc-select-enh>
options: JSON array of option groups. Each object should have a code, name, and status.defaultOption: Default selected option.activeOption: Active selected option ?? Is it needed, as we don't have a RESET buttoninvertColors: Use this when embedding the component on a dark background.The component dispatches custom events for interactions:
option-selected: Fired when a country is selected.select.addEventListener("option-selected", (event) => {
console.log("Option selected:", event.detail.option);
});
Compile the TypeScript code to JavaScript and watch for changes.
npm run watch
cd site
npm run dev
Now, code changes are directly reflected in the browser.
Before publishing, test the package locally:
npm pack to create a tarball.npm install ../path-to-your-package/@ewc-lib/ewc-select-enh-x.y.z.tgz.This project is licensed under the EUPL License.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
FAQs
A select component built with LitElement and TailwindCSS based on ECL styles.
The npm package @ewc-lib/ewc-select-enh receives a total of 0 weekly downloads. As such, @ewc-lib/ewc-select-enh popularity was classified as not popular.
We found that @ewc-lib/ewc-select-enh demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.