
Security News
/Research
Compromised Injective SDK npm Package Exfiltrates Wallet Keys and Mnemonics
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.
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 dependencies for you.
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:
defineHandlerdefineMiddlewaredefineScheduleddefineQueuevoid/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/docs.
MIT
FAQs
Unknown package
The npm package void receives a total of 2,818 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
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.

Security News
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.

Research
/Security News
Socket tracks the activity as Operation “Muck and Load”: a threat actor uses commit-farming workflows, public dead drops, and protected archives to stage Windows RAT and infostealer malware.