Please report vulnerabilities by opening a private security advisory on GitHub:
If private advisory flow is unavailable, open an issue and request a secure contact channel.
This package intentionally includes:
- Native addon artifacts (
*.node) for performance-critical bigint/buffer conversion. - Install-time script (
scripts/postinstall.cjs) to ensure native availability when prebuilt artifacts are missing.
scripts/postinstall.cjs only:
- Reads environment variables to honor skip/force flags.
- Checks for presence of native binary under package-local
build/anddist/. - Optionally runs
node-gyp rebuildin-place.
It does not intentionally:
- Perform network requests.
- Write outside the package directory.
- Modify git hooks or global shell/profile configuration.
- Exfiltrate local data.
Before consuming a new release:
- Inspect package tarball contents with
npm pack --dry-run. - Review install script behavior in
scripts/postinstall.cjs. - Validate production dependency advisories with
npm audit --omit=dev.