@types/cheerio
Advanced tools
Comparing version 0.22.9 to 0.22.10
// 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
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
12662