
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@conductorlab/components
Advanced tools
A bundle of example components built with Tonic.
To use this repo, install the following dependencies, then require the components module once from your bundle. This will attach all the components to Tonic. Then, require tonic wherever you want to use it.
npm install @conductorlab/tonic
npm install @conductorlab/components
const Tonic = require('@conductorlab/tonic')
const registerComponents = require('@conductorlab/components')
registerComponents(Tonic)
Tonic uses CSS variables (which work in all major browsers) to theme components. The following variables are observed but are not required.
body {
--tonic-body: 'Avenir-Light', sans-serif; // Body font
--tonic-header: 'Avenir-Light', sans-serif; // Header font
--tonic-subheader: 'Avenir-Medium', sans-serif; // Accent font
--tonic-monospace: 'IBM Plex Mono', monospace; // Monospace font
}
body, *[theme="light"] {
--tonic-window: rgba(255, 255, 255, 1);
--tonic-primary: rgba(54, 57, 61, 1);
--tonic-disabled: rgba(152, 161, 175, 1);
--tonic-secondary: rgba(232, 232, 228, 1);
--tonic-medium: rgba(153, 157, 160, 1);
--tonic-accent: rgba(240, 102, 83, 1);
--tonic-button: rgba(54, 57, 61, 1);
--tonic-border: rgba(232, 232, 228, 1);
--tonic-background: rgba(247, 247, 245, 1);
--tonic-error: rgba(240, 102, 83, 1);
--tonic-notification: rgba(240, 102, 83, 1);
--tonic-danger: rgba(240, 102, 83, 1);
--tonic-success: rgba(133, 178, 116, 1);
--tonic-warning: rgba(249, 169, 103, 1);
--tonic-info: rgba(153, 157, 160, 1);
}
*[theme="dark"] {
--tonic-window: rgba(45, 47, 49, 1);
--tonic-primary: rgba(255, 255, 255, 1);
--tonic-disabled: rgba(170, 170, 170, 1);
--tonic-secondary: rgba(195, 195, 195, 1);
--tonic-medium: rgba(153, 157, 160, 1);
--tonic-accent: rgba(240, 102, 83, 1);
--tonic-button: rgba(255, 255, 255, 1);
--tonic-border: rgb(107, 107, 107);
--tonic-background: rgba(60, 60, 60, 1);
--tonic-error: rgba(240, 102, 83, 1);
--tonic-notification: rgba(240, 102, 83, 1);
--tonic-caution: rgba(240, 102, 83, 1);
--tonic-success: rgba(133, 178, 116, 1);
--tonic-warn: rgba(249, 169, 103, 1);
}
npm install
npm run dev
Go to:
https://localhost:8080/
npm run build:test
npm run dev
Go to:
https://localhost:8080/test.html
FAQs
Example components
The npm package @conductorlab/components receives a total of 26 weekly downloads. As such, @conductorlab/components popularity was classified as not popular.
We found that @conductorlab/components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.