@types/cheerio
Advanced tools
Comparing version 0.22.30 to 0.22.31
@@ -257,3 +257,3 @@ // Type definitions for Cheerio v0.22.0 | ||
css(propertyName: string): string; | ||
css(propertyName?: string): string; | ||
css(propertyNames: string[]): string[]; | ||
@@ -260,0 +260,0 @@ css(propertyName: string, value: string): Cheerio; |
{ | ||
"name": "@types/cheerio", | ||
"version": "0.22.30", | ||
"version": "0.22.31", | ||
"description": "TypeScript definitions for Cheerio", | ||
@@ -69,4 +69,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cheerio", | ||
}, | ||
"typesPublisherContentHash": "adbfb088142cc743c3a2888968ebff42ca2c7d8fbd8927b8c4fc02cfad1f56f9", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "296eae77b0c9d063dc5ea68fccc7fa9e3a468cda65bcde22db6cbbb2c98a046b", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:51 GMT | ||
* Last updated: Sat, 05 Feb 2022 19:01:25 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
15845