
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@inspectdotdev/cli
Advanced tools
Inspect CLI is a Chrome DevTools Protocol adapter for WebKit on iOS that enables debugging websites and web views with Chrome DevTools and other CDP-compatible tools.
It's the command-line counterpart to Inspect, providing lower-level CDP endpoints for iOS debugging.
Inspect CLI is the spiritual successor to ios-webkit-debug-proxy, handling device communication, simulator discovery, and protocol mappings between WebKit and CDP.
Note: Inspect CLI is a commercial product that requires an Inspect Pro or Inspect Teams subscription.
npm install -g @inspectdotdev/cli
Start Inspect CLI by running
inspect
Key Features:
Before using Inspect CLI, you need to authenticate with your inspect.dev account:
# Login to your inspect.dev account
inspect login
# Logout when done
inspect logout
# Start Inspect with default settings
inspect
# Start with debug output
inspect --debug
# Use custom ports
inspect --ports 9221,9222
# Filter to specific device
inspect --device-id 4ea8dd11e8c4fbc1a2deadbeefa0fd3bbbb268c7
# Use custom DevTools frontend
inspect --frontend http://chrome-devtools-frontend.appspot.com/static/latest/devtools.html
| Command | Description |
|---|---|
inspect login | Login to inspect.dev using OAuth |
inspect logout | Logout from inspect.dev |
inspect | Start the debug server |
| Option | Short | Description | Default |
|---|---|---|---|
--ports | -p | Port assignment configuration | 9221,9222 |
--frontend | -f | Frontend source URL or path | devtools://devtools/bundled/inspector.html |
--device-id | -d | Filter to specific device ID | |
--debug | Enable verbose output | false | |
--help | Show help | ||
--version | Show version |
For iOS:
inspect
By default, Inspect CLI uses ports 9221 and 9222:
Change ports if needed:
inspect --ports 8221,8222
Use a different DevTools frontend:
inspect --frontend http://chrome-devtools-frontend.appspot.com/static/latest/devtools.html
"Not authenticated" error:
inspect login
"Port already in use" error:
inspect --ports 8221,8222
iOS device not showing:
This software is proprietary and requires a valid Inspect Pro or Inspect Teams subscription.
Made with ❤️ by the Inspect team.
FAQs
Chrome DevTools Protocol adaptor for Webkit on iOS
The npm package @inspectdotdev/cli receives a total of 6 weekly downloads. As such, @inspectdotdev/cli popularity was classified as not popular.
We found that @inspectdotdev/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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.