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

@pnpm/fetching-types

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/fetching-types - npm Package Compare versions

Comparing version 1000.0.0 to 1000.1.0

8

lib/index.d.ts
import { type RetryTimeoutOptions } from '@zkochan/retry';
import { type Response } from 'node-fetch';
import { type Response, type RequestInit as NodeRequestInit } from 'node-fetch';
export type { RetryTimeoutOptions };
export type FetchFromRegistry = (url: string, opts?: {
export interface RequestInit extends NodeRequestInit {
retry?: RetryTimeoutOptions;
timeout?: number;
}
export type FetchFromRegistry = (url: string, opts?: RequestInit & {
authHeaderValue?: string;

@@ -6,0 +10,0 @@ compress?: boolean;

{
"name": "@pnpm/fetching-types",
"version": "1000.0.0",
"version": "1000.1.0",
"description": "Types for fetching",

@@ -31,3 +31,3 @@ "main": "lib/index.js",

"devDependencies": {
"@pnpm/fetching-types": "1000.0.0"
"@pnpm/fetching-types": "1000.1.0"
},

@@ -34,0 +34,0 @@ "exports": {

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