@types/cheerio
Advanced tools
Comparing version 0.22.0 to 0.22.1
@@ -253,3 +253,3 @@ // Type definitions for Cheerio v0.22.0 | ||
name: string; | ||
attribs: Object; | ||
attribs: {[attr: string]: string}; | ||
children: CheerioElement[]; | ||
@@ -276,2 +276,2 @@ childNodes: CheerioElement[]; | ||
export = cheerio; | ||
} | ||
} |
{ | ||
"name": "@types/cheerio", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"description": "TypeScript definitions for Cheerio", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "df3bfedd4381800a74590dc97e1b5e9765a1ec74d80836fc16edfd7bf19b0d6b", | ||
"typesPublisherContentHash": "ab0157ada9837cb05edbce519ebbc787788270d2b0a41ed34589147a240ba7d4", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 11 Mar 2017 00:13:28 GMT | ||
* Last updated: Mon, 27 Mar 2017 20:43:37 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: cheerio |
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
10880
211