
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@crossmint/cli
Advanced tools
pnpm install
pnpm build
pnpm link --global
crossmint --help
To automatically rebuild and relink on changes:
pnpm dev
zsh: command not found: crossmint
pnpm unlink --global
pnpm link --global
Then, verify it’s linked:
pnpm bin -g
ls -l $(pnpm bin -g)
pnpm bin -g
is empty or returns an errorPATH
. Run:pnpm config set global-bin-dir ~/.local/bin
Then, add it to your PATH:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
Then, relink the CLI:
pnpm unlink --global
pnpm link --global
For releasing you will need to modify the package.json version. You can do this by running
pnpm version <patch|minor|major>
Then you'll have to commit the package change and include it in your PR.
First build the js dist for pkg
pnpm build:pkg
Notice that this will break the pnpm linked bin, you can fix it by running later pnpm build
.
Then run to create the binary:
pnpm exec pkg dist/bin/crossmint.js --targets node20-macos-arm64 --output build/cli
Then try the package by running:
./build/cli help
FAQs
## Install and Configure the Crossmint CLI
The npm package @crossmint/cli receives a total of 0 weekly downloads. As such, @crossmint/cli popularity was classified as not popular.
We found that @crossmint/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers 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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.