@types/cheerio
Advanced tools
Comparing version 0.22.31 to 0.22.32
@@ -23,3 +23,3 @@ // Type definitions for Cheerio v0.22.0 | ||
interface TextElement { | ||
type: 'text'; | ||
type: "text"; | ||
next: Element | null; | ||
@@ -35,7 +35,7 @@ prev: Element | null; | ||
tagName: string; | ||
type: 'tag' | 'script' | 'style'; | ||
type: "tag" | "script" | "style"; | ||
name: string; | ||
attribs: { [attr: string]: string }; | ||
'x-attribsNamespace': { [attr: string]: string }; | ||
'x-prefixNamespace': { [attr: string]: string }; | ||
"x-attribsNamespace": { [attr: string]: string }; | ||
"x-prefixNamespace": { [attr: string]: string }; | ||
children: Element[]; | ||
@@ -58,3 +58,3 @@ childNodes: Element[] | null; | ||
interface CommentElement { | ||
type: 'comment'; | ||
type: "comment"; | ||
next: Element | null; | ||
@@ -332,5 +332,5 @@ prev: Element | null; | ||
declare module 'cheerio' { | ||
declare module "cheerio" { | ||
const cheerioModule: cheerio.CheerioAPI; | ||
export = cheerioModule; | ||
} |
{ | ||
"name": "@types/cheerio", | ||
"version": "0.22.31", | ||
"version": "0.22.32", | ||
"description": "TypeScript definitions for Cheerio", | ||
@@ -69,4 +69,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cheerio", | ||
}, | ||
"typesPublisherContentHash": "296eae77b0c9d063dc5ea68fccc7fa9e3a468cda65bcde22db6cbbb2c98a046b", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "5bee7a3f2e168af0fba5143d29e0fee2a346ef1747917b3ae74c55aaddb23900", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 05 Feb 2022 19:01:25 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:40:45 GMT | ||
* Dependencies: [@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