
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@blockv/cli
Advanced tools
This provides a set of CLI tools for publishing and interacting with vAtoms on the BLOCKv platform.
To install or update, make sure you have Node installed and then run npm install -g @blockv/cli
.
# See help info and version
blockv
# Get help on any command
blockv <command> --help
# Log in to prod or dev. Must be called first before any other commands to set up a session.
blockv login --user <email> --password <pwd>
blockv login --user <email> --password <pwd> --dev
# Fetch details about a vAtom, a variation, or a template
blockv read --id <vatom-id>
blockv read --variation <id>
blockv read --template <id>
# Publish a vatom template
blockv publish --variation <id>
blockv publish --template <id>
# Check your account's VEE balance
blockv balance
# Create or modify an App ID
blockv app-create --name "My App"
blockv app-modify --id xxx --redirect "https://myapp.com/oauth"
# Brain commands
blockv brain-register --variation <id> --init Drop --shutdown Pickup
blockv brain-upload --variation <id> --path /path/to/my_brain.js
blockv brain-shutdown --variation <id>
# Text-based vAtom designer
blockv autocreate
FAQs
Command line tools for the BLOCKv system.
We found that @blockv/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.