Socket
Socket
Sign inDemoInstall

@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.23 to 0.22.24

10

cheerio/index.d.ts

@@ -19,3 +19,3 @@ // Type definitions for Cheerio v0.22.0

declare namespace cheerio {
type Element = TextElement | TagElement;
type Element = TextElement | TagElement | CommentElement;

@@ -50,2 +50,10 @@ interface TextElement {

interface CommentElement {
type: 'comment';
next: Element | null;
prev: Element | null;
parent: Element;
data?: string;
}
type AttrFunction = (el: Element, i: number, currentValue: string) => any;

@@ -52,0 +60,0 @@

6

cheerio/package.json
{
"name": "@types/cheerio",
"version": "0.22.23",
"version": "0.22.24",
"description": "TypeScript definitions for Cheerio",

@@ -63,4 +63,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "1455d2000eb9a887a66b847bc41dbf2623dec11a692188de094eeb21ecd60fe1",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "b867759acbb6d5f83cf6fa95382fc9621f121ff847f3b97fd31ec982403a28f7",
"typeScriptVersion": "3.4"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 08 Dec 2020 04:51:29 GMT
* Last updated: Thu, 11 Feb 2021 21:37:43 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