
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
Vite plugin and CLI for building and deploying apps on Void.
routes/pages/void/dbcrons/ and queues/void.json / public/_redirects, plus c.rewrite() from middleware)Install the Void CLI:
npm install -D void
If you run void init in an empty directory, the scaffold flow adds the matching Pages adapter and Vite+ by default.
Then run npx void init. In an empty directory, the full interactive flow can scaffold a starter, configure local project files, log you in, and link or create your Void project so the next step is just npx void deploy. In an existing app, it configures Void in place by adding missing Vite scripts and creating or patching vite.config.* with voidPlugin().
// vite.config.ts
import { defineConfig } from 'vite';
import { voidPlugin } from 'void';
export default defineConfig({
plugins: [voidPlugin()],
});
voidPlugin() — Vite integration, routing, pages mode, codegen, migrations, packagingvoid prepare — generate .void artifacts for CI, editors, and fresh clonesvoid auth login — platform authvoid deploy — build and deployvoid db * — local DB and migration commandsvoid project * — link, status, logs, rollback, deleteRuntime helpers include:
defineHandlerdefineMiddlewarebasicAuthdefineScheduleddefineQueuevoid/dbvoid/kvvoid/storagevoid/aivoid/isrvoid/clientvoid/authroutes/, pages/, middleware/, crons/, queues/)node, bun, deno)There is Vinext-specific source in the repo, but it is intentionally on hold and not part of the current public support matrix.
void/db is Drizzle-first.
.void/*.d.tsFull docs live at void.cloud/guide.
MIT
FAQs
Unknown package
The npm package void receives a total of 2,687 weekly downloads. As such, void popularity was classified as popular.
We found that void demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.