Socket
Socket
Sign inDemoInstall

@types/make-fetch-happen

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/make-fetch-happen - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

20

make-fetch-happen/index.d.ts

@@ -29,3 +29,3 @@ // Type definitions for make-fetch-happen 8.0

type TlsOptions = Pick<SecureContextOptions, 'ca' | 'cert' | 'key'> & {
strictSSL?: CommonConnectionOptions['rejectUnauthorized'];
strictSSL?: CommonConnectionOptions['rejectUnauthorized'] | undefined;
};

@@ -56,6 +56,6 @@

*/
cacheManager?: string | Cache;
cacheManager?: string | Cache | undefined;
cache?: RequestCache;
proxy?: string | NodeURL | URL;
cache?: RequestCache | undefined;
proxy?: string | NodeURL | URL | undefined;

@@ -68,3 +68,3 @@ /**

*/
noProxy?: string | string[];
noProxy?: string | string[] | undefined;

@@ -75,3 +75,3 @@ /**

*/
localAddress?: ClientRequestArgs['localAddress'];
localAddress?: ClientRequestArgs['localAddress'] | undefined;

@@ -82,3 +82,3 @@ /**

*/
maxSockets?: AgentOptions['maxSockets'];
maxSockets?: AgentOptions['maxSockets'] | undefined;

@@ -121,3 +121,3 @@ /**

retry?: boolean | number | TimeoutsOptions;
retry?: boolean | number | TimeoutsOptions | undefined;

@@ -127,3 +127,3 @@ /**

*/
onRetry?: () => void;
onRetry?: (() => void) | undefined;

@@ -139,3 +139,3 @@ /**

*/
integrity?: string | Integrity;
integrity?: string | Integrity | undefined;
}

@@ -142,0 +142,0 @@

{
"name": "@types/make-fetch-happen",
"version": "8.0.1",
"version": "8.0.2",
"description": "TypeScript definitions for make-fetch-happen",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/make-fetch-happen",
"license": "MIT",

@@ -32,4 +33,4 @@ "contributors": [

},
"typesPublisherContentHash": "3f7a75c51a9c77ded4921808d0018969a6bd94bd5926277ed4d92a2e8fea3076",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "fbba297d97bc251729730d13fbb3f339a6efa7bebf3ba00cb0ef0b2fdabf1eab",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 14 Jan 2021 21:29:33 GMT
* Last updated: Tue, 06 Jul 2021 22:03:00 GMT
* Dependencies: [@types/node-fetch](https://npmjs.com/package/@types/node-fetch), [@types/ssri](https://npmjs.com/package/@types/ssri), [@types/retry](https://npmjs.com/package/@types/retry), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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