
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@lightningtv/solid-ui
Advanced tools
A shared library of components for the LightningJS Solid Framework.
This library contains a suite of themeable UI components written for the SolidJS Lightning Framework. check them out in our storybook docs.
If you haven't already, follow the steps found here to bootstrap your SolidJS Lightning app. Then:
pnpm add @lightningtv/solid-ui @lightningtv/l3-ui-theme-base # or npm/yarn
// vite.config.js
resolve: {
alias: {
theme: '@lightningtv/l3-ui-theme-base',
}
},
// App.jsx
import { Button } from '@lightningtv/solid-ui';
<App>
<Button>a button!</Button>
</App>;
If you come across a bug in this library, please open an issue with a detailed description of what you've encountered
If you don't have pnpm
npm install -g pnpm
Run the solid storybook dev environment:
pnpm i
pnpm dev
Theming in the context of solid-ui is a system for providing a set of values to control the look and feel of the components. Head over to our theming documentation for more information
FAQs
A shared library of components for the LightningJS Solid Framework.
The npm package @lightningtv/solid-ui receives a total of 5 weekly downloads. As such, @lightningtv/solid-ui popularity was classified as not popular.
We found that @lightningtv/solid-ui demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.