@pnpm/fetch
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -8,3 +8,3 @@ import { RetryTimeoutOptions } from '@zkochan/retry'; | ||
} | ||
export declare type RequestInfo = string | URLLike | Request; | ||
export type RequestInfo = string | URLLike | Request; | ||
export interface RequestInit extends NodeRequestInit { | ||
@@ -11,0 +11,0 @@ retry?: RetryTimeoutOptions; |
import { FetchFromRegistry } from '@pnpm/fetching-types'; | ||
import { AgentOptions } from '@pnpm/network.agent'; | ||
import { Response, RequestInfo, RequestInit } from './fetch'; | ||
export declare type FetchWithAgentOptions = RequestInit & { | ||
export type FetchWithAgentOptions = RequestInit & { | ||
agentOptions: AgentOptions; | ||
@@ -6,0 +6,0 @@ }; |
{ | ||
"name": "@pnpm/fetch", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "node-fetch with retries", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/fetch", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/network/fetch", | ||
"keywords": [ | ||
@@ -28,13 +28,13 @@ "pnpm7", | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/fetch#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/network/fetch#readme", | ||
"dependencies": { | ||
"@pnpm/network.agent": "0.0.4", | ||
"@zkochan/retry": "^0.2.0", | ||
"node-fetch": "3.0.0-beta.9", | ||
"@pnpm/core-loggers": "8.0.2", | ||
"@pnpm/fetching-types": "4.0.0", | ||
"@pnpm/network.agent": "0.0.3", | ||
"@zkochan/retry": "^0.2.0", | ||
"node-fetch": "3.0.0-beta.9" | ||
"@pnpm/fetching-types": "4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/fetch": "6.0.3", | ||
"nock": "13.2.9" | ||
"nock": "13.2.9", | ||
"@pnpm/fetch": "6.0.4" | ||
}, | ||
@@ -41,0 +41,0 @@ "funding": "https://opencollective.com/pnpm", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
16576
+ Added@pnpm/network.agent@0.0.4(transitive)
+ Added@pnpm/network.proxy-agent@0.0.4(transitive)
- Removed@pnpm/network.agent@0.0.3(transitive)
- Removed@pnpm/network.proxy-agent@0.0.3(transitive)
Updated@pnpm/network.agent@0.0.4