undici-types
Advanced tools
Comparing version 5.28.1 to 5.28.2
@@ -111,3 +111,3 @@ // based on https://github.com/Ethan-Arrowood/undici-fetch/blob/249269714db874351589d2d364a0645d5160ae71/index.d.ts (MIT license) | ||
integrity?: string | ||
signal?: AbortSignal | ||
signal?: AbortSignal | null | ||
credentials?: RequestCredentials | ||
@@ -114,0 +114,0 @@ mode?: RequestMode |
{ | ||
"name": "undici-types", | ||
"version": "5.28.1", | ||
"version": "5.28.2", | ||
"description": "A stand-alone types package for Undici", | ||
@@ -5,0 +5,0 @@ "homepage": "https://undici.nodejs.org", |
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
77295