@types/node
Advanced tools
Comparing version 22.8.7 to 22.9.0
{ | ||
"name": "@types/node", | ||
"version": "22.8.7", | ||
"version": "22.9.0", | ||
"description": "TypeScript definitions for node", | ||
@@ -223,4 +223,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "eb4a12d3db7d5c2f973b35f0ccc659d77637fdcdc340900124be3f5602cc29bc", | ||
"typesPublisherContentHash": "9fd729e1c7f77c7e5ce00a1690558c1aa810d60c39e52aefa248f3c6c5fb5e7a", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 03 Nov 2024 04:02:17 GMT | ||
* Last updated: Tue, 05 Nov 2024 01:29:26 GMT | ||
* Dependencies: [undici-types](https://npmjs.com/package/undici-types) | ||
@@ -14,0 +14,0 @@ |
@@ -83,3 +83,3 @@ /** | ||
*/ | ||
wait: (delay?: number, options?: Pick<TimerOptions, "signal">) => Promise<void>; | ||
wait: (delay?: number, options?: TimerOptions) => Promise<void>; | ||
/** | ||
@@ -86,0 +86,0 @@ * An experimental API defined by the [Scheduling APIs](https://nodejs.org/docs/latest-v20.x/api/async_hooks.html#promise-execution-tracking) draft specification |
@@ -813,2 +813,8 @@ /** | ||
/** | ||
* Treat intermediate (non-self-signed) | ||
* certificates in the trust CA certificate list as trusted. | ||
* @since v22.9.0, v20.18.0 | ||
*/ | ||
allowPartialTrustChain?: boolean | undefined; | ||
/** | ||
* Optionally override the trusted CA certificates. Default is to trust | ||
@@ -815,0 +821,0 @@ * the well-known CAs curated by Mozilla. Mozilla's CAs are completely |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
2274754
50355