@devseccode/scanner-darwin-arm64
v0.4.4
Published
Prebuilt public dsc CLI binary for darwin-arm64. Installed automatically by @devseccode/scanner on Apple Silicon Macs.
Readme
@devseccode/scanner-darwin-arm64
Don't install this package directly. Install
@devseccode/scannerinstead — it auto-resolves this platform package for Apple Silicon macOS.
This package ships the prebuilt devseccode binary for darwin-arm64
(Apple Silicon Macs running macOS 11 Big Sur or newer). It is listed
as an optionalDependency of @devseccode/scanner, so npm only
downloads the platform variant that matches your OS and CPU; the
others are skipped via os / cpu constraints in package.json.
What's inside
bin/dsc— the standalone DevSecCode public CLI binary. Built via PyInstaller from DevSecCode/DevSecCode-NPM with no external Python or runtime dependency.
Install (via the parent package)
# One-shot:
npx @devseccode/scanner hunt .
# Global:
npm install -g @devseccode/scanner
devseccode hunt .
# Project-local:
npm install --save-dev @devseccode/scannerThe Node wrapper in @devseccode/scanner (bin/dsc.js) detects your
platform and require.resolve()s this package to find the binary.
License
Proprietary — see the LICENSE file shipped in this tarball, also
reproduced in the parent
package. Installing
or using this package means you accept the DevSecCode End User License
Agreement.
