For AI agents: visit https://docs.socket.dev/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Severity | Alert Type | Description |
|---|
| Medium | Wildcard dependency | Package has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version. |
| Medium | Unpopular package | This package is not very popular. |
| Low | Bad dependency semver | Package has dependencies with an invalid semantic version. This could be a sign of beta, low quality, or unmaintained dependencies. |
| Low | Minified code | This package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code. |