Socket
Socket
Sign inDemoInstall

@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 12.2.3 to 12.2.4

16

jsdom/index.d.ts

@@ -71,2 +71,10 @@ // Type definitions for jsdom 12.2

cookieJar?: CookieJar;
/**
* jsdom does not have the capability to render visual content, and will act like a headless browser by default.
* It provides hints to web pages through APIs such as document.hidden that their content is not visible.
*
* When the pretendToBeVisual option is set to true, jsdom will pretend that it is rendering and displaying
* content.
*/
pretendToBeVisual?: boolean;
beforeParse?(window: DOMWindow): void;

@@ -107,10 +115,2 @@ }

/**
* jsdom does not have the capability to render visual content, and will act like a headless browser by default.
* It provides hints to web pages through APIs such as document.hidden that their content is not visible.
*
* When the pretendToBeVisual option is set to true, jsdom will pretend that it is rendering and displaying
* content.
*/
pretendToBeVisual?: boolean
/**
* The maximum size in code units for the separate storage areas used by localStorage and sessionStorage.

@@ -117,0 +117,0 @@ * Attempts to store data larger than this limit will cause a DOMException to be thrown. By default, it is set

{
"name": "@types/jsdom",
"version": "12.2.3",
"version": "12.2.4",
"description": "TypeScript definitions for jsdom",

@@ -38,4 +38,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "2430fc1eaba56d10117de4882da3bc4305865a6c9eedce7b62e365bd2821893c",
"typesPublisherContentHash": "da9a44ab5990c9d72011684e8c43d7eef32bae93b0567b33ce11d71a98908a6b",
"typeScriptVersion": "2.2"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for jsdom ( https://github.com/jsdom/jsdom ).
This package contains type definitions for jsdom (https://github.com/jsdom/jsdom).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Sat, 02 Mar 2019 01:51:14 GMT
* Last updated: Wed, 26 Jun 2019 17:30:21 GMT
* Dependencies: @types/parse5, @types/tough-cookie, @types/node, @types/parse5, @types/tough-cookie, @types/node

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Leonard Thieu <https://github.com/leonard-thieu>, Johan Palmfjord <https://github.com/palmfjord>.
These definitions were written by Leonard Thieu <https://github.com/leonard-thieu>, and Johan Palmfjord <https://github.com/palmfjord>.

@@ -68,2 +68,10 @@ /// <reference lib="dom" />

cookieJar?: CookieJar;
/**
* jsdom does not have the capability to render visual content, and will act like a headless browser by default.
* It provides hints to web pages through APIs such as document.hidden that their content is not visible.
*
* When the pretendToBeVisual option is set to true, jsdom will pretend that it is rendering and displaying
* content.
*/
pretendToBeVisual?: boolean;
beforeParse?(window: DOMWindow): void;

@@ -104,10 +112,2 @@ }

/**
* jsdom does not have the capability to render visual content, and will act like a headless browser by default.
* It provides hints to web pages through APIs such as document.hidden that their content is not visible.
*
* When the pretendToBeVisual option is set to true, jsdom will pretend that it is rendering and displaying
* content.
*/
pretendToBeVisual?: boolean;
/**
* The maximum size in code units for the separate storage areas used by localStorage and sessionStorage.

@@ -114,0 +114,0 @@ * Attempts to store data larger than this limit will cause a DOMException to be thrown. By default, it is set

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