
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@exodus/qwen3-model-js
Advanced tools
Pinned Qwen3 1.7B Q8_0 GGUF: artifact metadata, SHA256 verification, and streaming downloader. Declares node-llama-cpp as a peer so consumers pick a compatible runtime.
Pinned Qwen3 1.7B Q8_0 GGUF: artifact metadata, SHA256 verification, and streaming downloader.
import { ensurePinnedModel, getPinnedModel } from '@exodus/qwen3-model-js'
const { filename } = getPinnedModel()
await ensurePinnedModel(`./models/${filename}`, {
onProgress: ({ fraction }) => console.log(`${(fraction * 100).toFixed(1)}%`),
})
getPinnedModel() — returns the frozen artifact record (repo, filename, sha256, sizeBytes, downloadUrl, license).verifyPinnedModelFile(path) — streams the file and throws on size or SHA256 mismatch.ensurePinnedModel(path, opts?) — verifies if present, otherwise downloads to a temp file, verifies, and atomically renames into place. Returns { downloaded }. Opts: onProgress, signal, timeoutMs (default 30 min, 0 disables).ModelMissingError — thrown when the file isn't on disk.ModelHashMismatchError — thrown on size or SHA256 mismatch; carries path, expected, actual.FAQs
Pinned Qwen3 1.7B Q8_0 GGUF: artifact metadata, SHA256 verification, and streaming downloader. Declares node-llama-cpp as a peer so consumers pick a compatible runtime.
We found that @exodus/qwen3-model-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 117 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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.