@types/jsdom
Advanced tools
Comparing version 16.2.12 to 16.2.13
@@ -79,3 +79,3 @@ /// <reference types="node" /> | ||
*/ | ||
referrer?: string; | ||
referrer?: string | undefined; | ||
@@ -88,3 +88,3 @@ /** | ||
*/ | ||
userAgent?: string; | ||
userAgent?: string | undefined; | ||
@@ -100,7 +100,7 @@ /** | ||
*/ | ||
includeNodeLocations?: boolean; | ||
runScripts?: "dangerously" | "outside-only"; | ||
resources?: "usable" | ResourceLoader; | ||
virtualConsole?: VirtualConsole; | ||
cookieJar?: CookieJar; | ||
includeNodeLocations?: boolean | undefined; | ||
runScripts?: "dangerously" | "outside-only" | undefined; | ||
resources?: "usable" | ResourceLoader | undefined; | ||
virtualConsole?: VirtualConsole | undefined; | ||
cookieJar?: CookieJar | undefined; | ||
@@ -116,3 +116,3 @@ /** | ||
*/ | ||
pretendToBeVisual?: boolean; | ||
pretendToBeVisual?: boolean | undefined; | ||
beforeParse?(window: DOMWindow): void; | ||
@@ -128,3 +128,3 @@ } | ||
*/ | ||
url?: string; | ||
url?: string | undefined; | ||
@@ -136,3 +136,3 @@ /** | ||
*/ | ||
contentType?: string; | ||
contentType?: string | undefined; | ||
} | ||
@@ -147,3 +147,3 @@ | ||
*/ | ||
url?: string; | ||
url?: string | undefined; | ||
@@ -154,3 +154,3 @@ /** | ||
*/ | ||
contentType?: string; | ||
contentType?: string | undefined; | ||
@@ -164,3 +164,3 @@ /** | ||
*/ | ||
storageQuota?: number; | ||
storageQuota?: number | undefined; | ||
} | ||
@@ -173,17 +173,17 @@ | ||
interface ReconfigureSettings { | ||
windowTop?: DOMWindow; | ||
url?: string; | ||
windowTop?: DOMWindow | undefined; | ||
url?: string | undefined; | ||
} | ||
interface FetchOptions { | ||
cookieJar?: CookieJar; | ||
referrer?: string; | ||
accept?: string; | ||
element?: HTMLScriptElement | HTMLLinkElement | HTMLIFrameElement | HTMLImageElement; | ||
cookieJar?: CookieJar | undefined; | ||
referrer?: string | undefined; | ||
accept?: string | undefined; | ||
element?: HTMLScriptElement | HTMLLinkElement | HTMLIFrameElement | HTMLImageElement | undefined; | ||
} | ||
interface ResourceLoaderConstructorOptions { | ||
strictSSL?: boolean; | ||
proxy?: string; | ||
userAgent?: string; | ||
strictSSL?: boolean | undefined; | ||
proxy?: string | undefined; | ||
userAgent?: string | undefined; | ||
} | ||
@@ -190,0 +190,0 @@ |
{ | ||
"name": "@types/jsdom", | ||
"version": "16.2.12", | ||
"version": "16.2.13", | ||
"description": "TypeScript definitions for jsdom", | ||
@@ -44,4 +44,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsdom", | ||
}, | ||
"typesPublisherContentHash": "f3ff5380388ecc91427b07dcb2b5692510db0dc6a6f12dfc6998ccecb9049335", | ||
"typesPublisherContentHash": "ad70ae88db3c3934f967b980e8cc66f94a8cacb3cfaf9a30f31ebc7b11e7c5e4", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 25 Jun 2021 15:31:16 GMT | ||
* Last updated: Tue, 06 Jul 2021 21:33:46 GMT | ||
* Dependencies: [@types/parse5](https://npmjs.com/package/@types/parse5), [@types/tough-cookie](https://npmjs.com/package/@types/tough-cookie), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
22259