AfterPack (v0.0.15) is a high-performance JavaScript obfuscator and security audit tool built with a Rust engine for 20-70x speed improvement over JS-based obfuscators. It offers free production-ready obfuscation with irreversible non-linear transforms, deterministic output (same input = same output), and source map generation for error tracking (Sentry/Datadog). The audit command scans live URLs for leaked secrets, exposed source maps, and unprotected resources, providing a security score (0-100) and interactive web reports. It ships TypeScript types, requires Node >=18, and supports dual runtime (native + WASM).
npm install afterpackNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scans example.com for leaked secrets, source maps, and security issues, then outputs a report URL.
Upgrade Node.js to version 18 or higher.
Pin to a specific version and watch changelogs.
Use the --inflate flag for non-deterministic transforms if needed.
Run locally with --no-report flag if available, or audit on a staging environment.
Always generate and store source maps using the --sourcemap flag.
Upgrade Node.js to version 18 or later (e.g., nvm install 18).
Run `npx afterpack` instead of trying to import it.
Install Node.js and npm (which includes npx) or update npm: `npm install -g npm`.
No dependency data recorded yet.