We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447e2bf commit 1e48c9fCopy full SHA for 1e48c9f
src/getNpmUserPackages.ts
@@ -52,7 +52,7 @@ export async function getNpmUserPackages(maintainer: string) {
52
53
while (true) {
54
const response = await fetch(
55
- `https://api.npm.io/v2/search?q=maintainer:${maintainer}&size=${size}&from=${packages.length}`,
+ `https://api.npms.io/v2/search?q=maintainer:${maintainer}&size=${size}&from=${packages.length}`,
56
{
57
headers: { "Content-Type": "application/json" },
58
}
0 commit comments