Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/cheerio

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cheerio - npm Package Compare versions

Comparing version 0.22.31 to 0.22.32

12

cheerio/index.d.ts

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

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