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.20 to 0.22.21

8

cheerio/index.d.ts

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

// Ryo Ota <https://github.com/nwtgck>
// Hiroki Osame <https://github.com/privatenumber>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -262,3 +263,2 @@

// JQuery http://api.jquery.com
xml(): string;
root(): Cheerio;

@@ -269,5 +269,5 @@ contains(container: CheerioElement, contained: CheerioElement): boolean;

html(options?: CheerioOptionsInterface): string;
html(selector: string, options?: CheerioOptionsInterface): string;
html(element: Cheerio, options?: CheerioOptionsInterface): string;
html(element: CheerioElement, options?: CheerioOptionsInterface): string;
html(dom: string | Cheerio | CheerioElement, options?: CheerioOptionsInterface): string;
xml(dom?: string | Cheerio | CheerioElement): string;
}

@@ -274,0 +274,0 @@

{
"name": "@types/cheerio",
"version": "0.22.20",
"version": "0.22.21",
"description": "TypeScript definitions for Cheerio",

@@ -45,2 +45,7 @@ "license": "MIT",

"githubUsername": "nwtgck"
},
{
"name": "Hiroki Osame",
"url": "https://github.com/privatenumber",
"githubUsername": "privatenumber"
}

@@ -59,4 +64,4 @@ ],

},
"typesPublisherContentHash": "65153445777d884b0db09fbcfafd3b20963d43fe14b514b28e6b28d33b0beec4",
"typesPublisherContentHash": "f22b94ada923575fa41011be42d9f684c944f2a4fff47e6f192fc4d1d047123c",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Tue, 07 Jul 2020 00:11:32 GMT
* Last updated: Wed, 08 Jul 2020 04:39:42 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Bret Little](https://github.com/blittle), [VILIC VANE](http://vilic.info), [Wayne Maurer](https://github.com/wmaurer), [Umar Nizamani](https://github.com/umarniz), [LiJinyao](https://github.com/LiJinyao), [Chennakrishna](https://github.com/chennakrishna8), [AzSiAz](https://github.com/AzSiAz), and [Ryo Ota](https://github.com/nwtgck).
These definitions were written by [Bret Little](https://github.com/blittle), [VILIC VANE](http://vilic.info), [Wayne Maurer](https://github.com/wmaurer), [Umar Nizamani](https://github.com/umarniz), [LiJinyao](https://github.com/LiJinyao), [Chennakrishna](https://github.com/chennakrishna8), [AzSiAz](https://github.com/AzSiAz), [Ryo Ota](https://github.com/nwtgck), and [Hiroki Osame](https://github.com/privatenumber).
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