
Security News
TypeScript 6.0 Released: The Final JavaScript-Based Version
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.
@versatly/stripe-cli-v
Advanced tools
Stripe CLI for customers, invoices, subscriptions, payouts, and balance
Stripe CLI for customers, invoices, subscriptions, payouts, and balance, built on the official stripe SDK.
npm install -g @versatly/stripe-cli-v
Set your Stripe secret key:
export STRIPE_SECRET_KEY="sk_test_..."
stripev customers list --limit 10
stripev customers get cus_123
stripev customers create --email "jane@example.com" --name "Jane Doe"
stripev invoices list --status draft
stripev invoices get in_123
stripev invoices create --customer cus_123
stripev invoices send in_123
stripev subscriptions list
stripev subscriptions get sub_123
stripev subscriptions cancel sub_123
stripev payouts list
stripev balance
STRIPE_SECRET_KEY must be a valid Stripe secret key (sk_test_... or sk_live_...).invoices send will finalize draft invoices before sending them.FAQs
Stripe CLI for customers, invoices, subscriptions, payouts, and balance
We found that @versatly/stripe-cli-v 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
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.

Security News
/Research
Newly published Trivy Docker images (0.69.4, 0.69.5, and 0.69.6) were found to contain infostealer IOCs and were pushed to Docker Hub without corresponding GitHub releases.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.