@types/jsdom
Advanced tools
Comparing version 21.1.2 to 21.1.3
@@ -7,4 +7,4 @@ /// <reference lib="dom" /> | ||
import { Token } from "parse5"; | ||
import * as tough from "tough-cookie"; | ||
import { Context } from "vm"; | ||
import * as tough from "tough-cookie"; | ||
@@ -160,3 +160,8 @@ // Needed to allow adding properties to `DOMWindow` that are only supported | ||
type SupportedContentTypes = 'text/html' | 'application/xhtml+xml' | 'application/xml' | 'text/xml' | 'image/svg+xml'; | ||
type SupportedContentTypes = | ||
| "text/html" | ||
| "application/xhtml+xml" | ||
| "application/xml" | ||
| "text/xml" | ||
| "image/svg+xml"; | ||
@@ -163,0 +168,0 @@ interface VirtualConsoleSendToOptions { |
{ | ||
"name": "@types/jsdom", | ||
"version": "21.1.2", | ||
"version": "21.1.3", | ||
"description": "TypeScript definitions for jsdom", | ||
@@ -37,3 +37,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsdom", | ||
}, | ||
"typesPublisherContentHash": "71e857621bc6cb443633eb61cc89eb604a6f909bd9faf3aac4155b2b442b1d25", | ||
"typesPublisherContentHash": "74ce8008252130e6bf91f5c9dc83fe05e554e9ea0cab6b931e57001eda84a833", | ||
"typeScriptVersion": "4.5", | ||
@@ -40,0 +40,0 @@ "exports": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 22 Aug 2023 18:04:25 GMT | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/parse5](https://npmjs.com/package/@types/parse5), [@types/tough-cookie](https://npmjs.com/package/@types/tough-cookie) | ||
@@ -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
22263
424