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.9 to 16.2.10

jsdom/ts4.0/index.d.ts

13

jsdom/index.d.ts

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

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