
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
fulldev-ui
Advanced tools
A shadcn-compatible component library built for Astro, designed for content-driven websites.
npx create-astro@latest my-project --template with-tailwindcss --install --git
cd my-project
tsconfig.json:{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}
npx shadcn@latest init
components.json:{
"registries": {
"@fulldev": "https://ui.full.dev/r/{name}.json"
}
}
npx shadcn@latest add @fulldev/button
Visit ui.full.dev for complete documentation, component examples, and usage guides.
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
# Type check
pnpm check
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
MIT License β Copyright (c) 2024βpresent Fulldev
FAQs
Astro UI component and block library compatible with shadcn/ui
The npm package fulldev-ui receives a total of 309 weekly downloads. As such, fulldev-ui popularity was classified as not popular.
We found that fulldev-ui 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.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.