depguard_verify
Verify if an npm package name is valid and detect typosquatting threats. Uses a fast existence check without full audit, ensuring package name security for dependency integration.
Instructions
Quick check if a package name exists on npm + typosquatting detection. Faster than depguard_guard when you only need existence verification without a full audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | npm package name to verify |