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.9 to 0.22.10

7

cheerio/index.d.ts
// Type definitions for Cheerio v0.22.0
// Project: https://github.com/cheeriojs/cheerio
// Definitions 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>
// Definitions 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>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -114,5 +114,4 @@

get(): string[];
get(): CheerioElement[];
get(index: number): CheerioElement;
get(): any[];
get(index: number): any;

@@ -119,0 +118,0 @@ index(): number;

{
"name": "@types/cheerio",
"version": "0.22.9",
"version": "0.22.10",
"description": "TypeScript definitions for Cheerio",

@@ -35,5 +35,11 @@ "license": "MIT",

"githubUsername": "chennakrishna8"
},
{
"name": "AzSiAz",
"url": "https://github.com/AzSiAz",
"githubUsername": "AzSiAz"
}
],
"main": "",
"types": "index",
"repository": {

@@ -45,4 +51,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "0d302a17b53b3e90249a18a0ebc1e2d5963ea5e110d684246883cd510e3cfbbc",
"typesPublisherContentHash": "2e27eac8c695bdef169dcf5482e7a17f84ae485381d5de916cdddaedbd3787be",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 23 Aug 2018 17:24:04 GMT
* Last updated: Mon, 26 Nov 2018 15:56:46 GMT
* Dependencies: none

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

# 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>.
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>.

Sorry, the diff of this file is not supported yet

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