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 21.1.2 to 21.1.3

9

jsdom/base.d.ts

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

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