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

@types/jsdom

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jsdom - npm Package Compare versions

Comparing version 16.2.12 to 16.2.13

44

jsdom/base.d.ts

@@ -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

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