
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@versatly/shopify-cli
Advanced tools
Shopify Admin API CLI for products, orders, inventory, customers, and reports
Shopify Admin API CLI for products, orders, inventory, customers, and reports.
npm install -g @versatly/shopify-cli
export SHOPIFY_STORE="your-store"
export SHOPIFY_ACCESS_TOKEN="shpat_xxxxx"
shopify --store mystore --token shpat_xxx products list
pdauth connect shopify --user telegram:5439689035
shopify --pdauth-user telegram:5439689035 products list
shopify products list [--limit N] [--json]
shopify products get <id>
shopify products search <query>
shopify orders list [--status open|closed|any] [--limit N] [--json]
shopify orders get <id>
shopify inventory locations
shopify inventory levels [--location <id>]
shopify customers list [--limit N] [--json]
shopify customers get <id>
shopify customers search <query>
shopify reports sales [--start YYYY-MM-DD] [--end YYYY-MM-DD]
shopify reports top-products [--limit N]
MIT
FAQs
Shopify Admin API CLI for products, orders, inventory, customers, and reports
We found that @versatly/shopify-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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 Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.