
Research
/Security News
jscrambler npm Package Compromised in Supply Chain Attack
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.
create-liteship
Advanced tools
Scaffold a minimal Astro + @czap project — `npm create liteship` and you're rendering boundaries in five minutes
Scaffold a minimal Astro + @czap project — the "first five minutes" of constraint-based adaptive rendering, working on the first pnpm dev.
npm create liteship
# or
pnpm create liteship my-liteship-app
With no directory argument you are prompted (default: my-liteship-app). The target must be empty or not exist yet — scaffolding never overwrites your files.
A complete adaptive loop in nine files:
my-liteship-app/
├── README.md # run instructions + optional @czap/genui path
├── astro.config.ts # @czap/astro integration, boundary/token dirs wired
├── package.json
├── tsconfig.json
├── .gitignore
└── src/
├── boundaries/layout.boundaries.ts # ONE Boundary: viewport.width → mobile/tablet/desktop
├── tokens/base.tokens.ts # design tokens (compiled to --czap-* custom properties)
├── layouts/Base.astro # @token blocks resolve against the token defs
└── pages/index.astro # ONE Satellite element + ONE @quantize block
The page's satelliteAttrs({ boundary: layout }) element and its @quantize layout { ... } style block share the same boundary export: the @quantize block compiles to static @container queries at build time, and the satellite runtime drives data-czap-state updates on the client. Resize across 768px / 1280px and watch both halves agree.
cd my-liteship-app
pnpm install # or npm install
pnpm dev # or npm run dev
Then edit src/pages/index.astro — add a state to the boundary in src/boundaries/layout.boundaries.ts and both the compiled CSS and the runtime pick it up.
For structured LLM UI (optional), add @czap/genui and follow GETTING-STARTED — Generated UI. The scaffold's README.md repeats the install line.
MIT
FAQs
Scaffold a minimal Astro + @czap project — `npm create liteship` and you're rendering boundaries in five minutes
We found that create-liteship 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.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.