
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@typeship-ax/cli
Advanced tools
CLI for typeship. API reference
Generated from the OpenAPI spec by typeship.
fetch in Node 20+Run these commands in the downloaded or cloned package directory:
npm install
npm run build
node dist/cli.js --help
Requires Node.js 20+. The package is ESM.
Generation does not publish a package. Before using the registry command below, confirm name and version in package.json, publish under a name you control, and verify that release is available on npm.
npm install --global @typeship-ax/cli@0.22.0
The package ships typeship, a command for every API operation. API commands write JSON to stdout; discovery commands offer --json. Exit codes 0/1/2 mean success, request failure, and invalid usage.
node dist/cli.js login # stores a credential (or set TYPESHIP_TOKEN)
node dist/cli.js organization get
node dist/cli.js projects list --all # every page, one item per line
node dist/cli.js help --json # command names, flags, and types
These examples run from the package directory. After a global installation, use typeship in place of node dist/cli.js.
CLI conventions:
--data @file and --data - read a full body.--fields id,name projects results. --all streams paginated results as NDJSON.--force. Piped errors are stable JSON on stderr.Auth: typeship login stores a credential under ~/.config/typeship/profiles/default/; the environment (TYPESHIP_TOKEN) and flags (--token) win over it. TYPESHIP_BASE_URL / --base-url pick the endpoint.
Use typeship login --profile work for a separate login, typeship auth use work to select it, and typeship auth profiles to list profiles without exposing tokens. Selection follows --profile, then TYPESHIP_PROFILE, then the saved selection, then default. Profiles isolate saved settings and credentials; an API or environment change requires another login before using the saved credential.
Useful commands:
typeship init configures credentials and repository agent instructions.typeship docs search <term> --json, typeship doctor, and typeship help --json cover discovery and diagnostics.FAQs
CLI for typeship.
We found that @typeship-ax/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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.