
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@knowbintech/uibin-cli
Advanced tools
A CLI tool for adding UIBIN components to your SvelteKit project.
# Using npm
npm install -g @knowbintech/uibin-cli
# Using bun
bun install -g @knowbintech/uibin-cli
# Using yarn
yarn global add @knowbintech/uibin-cli
# Using pnpm
pnpm add -g @knowbintech/uibin-cli
# This will set up the directory structure and add the theme CSS
uibin init
# Add a specific component
uibin add ThemeProvider
uibin add ThemeToggle
# Or select from a list
uibin add
More components will be added in future releases.
The UIBIN CLI copies components directly into your project's src/lib/components/uibin directory, allowing you to easily customize them for your specific needs.
Unlike traditional component libraries that you import from node_modules, UIBIN follows the utility-first approach popularized by shadcn-ui, giving you full control over your components.
FAQs
CLI tool for installing UIBIN components
We found that @knowbintech/uibin-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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.