
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
Command-line interface for PMXT.
npm install -g @pmxt/cli
Or run without installing globally:
npx @pmxt/cli polymarket markets --query Trump --limit 5
PMXT uses hosted mode when an API key is configured. Without hosted auth, commands use a local PMXT instance.
pmxt auth login --api-key pmxt_...
Use exchange-first commands for day-to-day work:
pmxt polymarket markets --query Trump --limit 5
pmxt polymarket fetchMarkets --query Trump --limit 5
pmxt polymarket orderbook <outcome-id> --limit 20
pmxt polymarket trades <outcome-id> --limit 25
The explicit flag form is equivalent:
pmxt markets --exchange polymarket --query Trump --limit 5
pmxt auth login --api-key pmxt_...
pmxt auth status
pmxt polymarket auth set-exchange --private-key 0x...
pmxt polymarket auth status
You can also use environment variables or one-shot flags:
PMXT_API_KEY=pmxt_... pmxt markets --limit 5
pmxt markets --hosted --pmxt-api-key pmxt_... --limit 5
Local usage is explicit when you want to force it:
npm install -g pmxt-core
pmxt server status
pmxt markets --local --limit 5
Use --base-url only for custom PMXT deployments.
FAQs
Command-line interface for PMXT prediction market APIs
The npm package @pmxt/cli receives a total of 1,258 weekly downloads. As such, @pmxt/cli popularity was classified as popular.
We found that @pmxt/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
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.