Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/fetch

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/fetch - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

2

lib/fetch.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc