
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@levu/snap
Advanced tools
Snap is a contract-first TypeScript framework for terminal workflows.
It runs one action contract in 2 modes:
It also enforces deterministic, text-only help so both humans and AI agents can discover commands reliably.
For module/tool authors, Snap also exposes optional DX helper groups:
SnapArgs (typed argv readers/parsers)SnapHelp (arg-schema driven help + commandline contracts)SnapRuntime (standardized action result helpers)SnapTui (typed flow/component definitions, including custom components)tui + commandline + helpselect, text, confirm, multiselect)next, back, jump, exitEsc backs to the previous workflow step by default; pressing Esc on the root step exits.snap -hsnap -h <module>snap -h <module> <action>git clone git@github.com:khanglvm/snap.git
cd snap
npm install
npm run typecheck
npm run build
npm test
npm run dev -- -h
npm run dev -- content slugify --text="Hello World"
npm run dev -- system node-info
See examples/ for working code examples:
basic-module.ts - Minimal module structureadvanced-flow.ts - Multi-step workflowsdx-helpers.ts - All DX helpers in actioncustom-prompt.ts - Custom prompts with validationFAQs
Snap is a contract-first TypeScript framework for terminal workflows.
We found that @levu/snap 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
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.