
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@getlumen/cli
Advanced tools
CLI tool to install Lumen Billing components into your React project.
npx lumen add
# Download TypeScript version to custom path
npx lumen add --language tsx --path src/components/pricing.tsx --yes
# Download JavaScript version
npx lumen add --language jsx --path src/pricing-table.jsx --yes
# Configure existing component (auto-detects location)
npx lumen add --no-download
tailwind.config.js to scan the component-l, --language <type> - Language: tsx or jsx-p, --path <path> - Component install path-y, --yes - Skip prompts and use provided flags--no-download - Skip download, auto-detect and configure existing componentsrc/components/pricing-table.[tsx|jsx])$ npx lumen add
🌟 Lumen Billing Component Installer
? TypeScript or JavaScript? › TypeScript
? Where should we install the component? › src/components/pricing-table.tsx
✔ Component downloaded
✔ Tailwind config updated
✔ CSS variables added
✅ Installation complete!
# For tutorials/automation - download JS version
$ npx lumen add -l jsx -p src/pricing.jsx -y
# Auto-configure existing component (scans for file automatically)
$ npx lumen add --no-download
⏭️ Found existing component: src/pricing-table-standalone.jsx
⏭️ Skipping download, will configure Tailwind & CSS
✔ Tailwind config updated
✔ CSS variables added
Then use it in your app:
import { PricingTable } from './components/pricing-table';
function App() {
return (
<PricingTable
lumenPublishableKey={process.env.REACT_APP_LUMEN_PUBLISHABLE_KEY}
loginRedirectUrl="/login"
/>
);
}
FAQs
CLI installer for Lumen Billing components
We found that @getlumen/cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.