@types/jsdom
Advanced tools
Comparing version 16.2.9 to 16.2.10
@@ -8,3 +8,3 @@ // Type definitions for jsdom 16.2 | ||
/// <reference path="ts3.5/index.d.ts"/> | ||
/// <reference path="ts4.0/index.d.ts"/> | ||
@@ -14,5 +14,12 @@ // tslint:disable-next-line: no-declare-current-package no-single-declare-module | ||
interface DOMWindow { | ||
InputEvent: typeof InputEvent; | ||
External: typeof External; | ||
FinalizationRegistry: FinalizationRegistryConstructor; | ||
WeakRef: WeakRefConstructor; | ||
} | ||
} | ||
// Necessary to avoid breaking dependents because of the dependency | ||
// on the `ESNext.WeakRef` lib: | ||
// tslint:disable-next-line: no-empty-interface | ||
interface FinalizationRegistryConstructor {} | ||
// tslint:disable-next-line: no-empty-interface | ||
interface WeakRefConstructor {} |
{ | ||
"name": "@types/jsdom", | ||
"version": "16.2.9", | ||
"version": "16.2.10", | ||
"description": "TypeScript definitions for jsdom", | ||
@@ -30,2 +30,7 @@ "license": "MIT", | ||
] | ||
}, | ||
"<=4.0": { | ||
"*": [ | ||
"ts4.0/*" | ||
] | ||
} | ||
@@ -44,4 +49,4 @@ }, | ||
}, | ||
"typesPublisherContentHash": "3f235a7670fae30260300b2bfbcefad665b8325c8808534a92226cbaf82133a2", | ||
"typesPublisherContentHash": "f091bb05b909ecf601fda087d6605bb7ca4b463510ac2e9c606e3d452d1a18de", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 27 Mar 2021 13:31:09 GMT | ||
* Last updated: Fri, 02 Apr 2021 19:31:16 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
22085
7
425