Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ export SOCKET_API_KEY="xyz"
bun install
```

> **Note**: required scope `packages`
> [!IMPORTANT]
>
> Required API token scopes:
Comment on lines +40 to +42
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The > [!IMPORTANT] GitHub admonition syntax is GitHub-flavored Markdown-specific and will render as plain text in other common renderers (e.g., npmjs.com README view). Since this package is published via package.json, consider switching to a standard blockquote note format (e.g., > **Important:** ...) so the scope requirements remain readable everywhere.

Suggested change
> [!IMPORTANT]
>
> Required API token scopes:
> **Important:** Required API token scopes:

Copilot uses AI. Check for mistakes.
> - `packages:list`
> - `entitlements:list`

The scanner will automatically read your token from:

Expand Down
Loading