
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@mozilla/lilypad-ui
Advanced tools
React Component Library

npm:
npm install @mozilla/lilypad-ui
yarn:
yarn add @mozilla/lilypad-ui
Here is an example of a basic app using Lilypad's Button component:
import * as React from 'react';
import { Button } from '@mozilla/lilypad-ui';
function App() {
return (
<Button category="primary_solid" icon="alert-circle" text="click me!!" />
);
}
@import '@mozilla/lilypad-ui/dist/styles/theme.scss';
// Set to Light Theme,
// Note: if a "data-theme" is not set on <main> it will default the "light" theme
<main data-theme="light"></main>
// Set to Dark Theme
<main data-theme="dark"></main>
// Get theme from users settings "dark" or "light"
<main data-theme={themeFromUserSettings}></main>
This will also let you access all of the great utility classes here utility.scss.
Feel free to override these CSS variables with your own colors!
This project is licensed under the terms of the Mozilla Public License 2.0.
FAQs
React Component UI Libray
We found that @mozilla/lilypad-ui 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
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.