fetch-from-npm-registry
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "fetch-from-npm-registry", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A fetch lib specifically for using with the npm registry", | ||
@@ -32,9 +32,9 @@ "main": "lib/index.js", | ||
"@pnpm/fetch": "1.0.2", | ||
"@pnpm/npm-registry-agent": "2.0.1" | ||
"@pnpm/npm-registry-agent": "2.0.2" | ||
}, | ||
"devDependencies": { | ||
"fetch-from-npm-registry": "link:", | ||
"nock": "11.7.1", | ||
"nock": "11.7.2", | ||
"rimraf": "3.0.0" | ||
} | ||
} |
+ Added@pnpm/npm-registry-agent@2.0.2(transitive)
+ Addedagent-base@6.0.2(transitive)
+ Addedhttp-proxy-agent@4.0.0(transitive)
- Removed@pnpm/npm-registry-agent@2.0.1(transitive)
- Removedagent-base@5.1.1(transitive)
- Removedhttp-proxy-agent@3.0.0(transitive)