@types/caniuse-api
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -23,3 +23,3 @@ // Type definitions for caniuse-api 3.0 | ||
feature: string, | ||
browsers: string | ReadonlyArray<string> | ||
browsers: string | ReadonlyArray<string>, | ||
): boolean; | ||
@@ -32,5 +32,5 @@ | ||
export function setBrowserScope( | ||
browserscope: string | ReadonlyArray<string> | ||
browserscope: string | ReadonlyArray<string>, | ||
): void; | ||
export function getBrowserScope(): string[]; |
{ | ||
"name": "@types/caniuse-api", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for caniuse-api", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/caniuse-api", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0b1a99a3c581c0e2c38f41bd6caa7f70c2327e636a57bbfae738d5dde6bd30df", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "eb7ff1d3b2e44cc2c022848e242a98a21d93abc299855779b8c15e41e3168a57", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -33,3 +33,3 @@ # Installation | ||
feature: string, | ||
browsers: string | ReadonlyArray<string> | ||
browsers: string | ReadonlyArray<string>, | ||
): boolean; | ||
@@ -42,3 +42,3 @@ | ||
export function setBrowserScope( | ||
browserscope: string | ReadonlyArray<string> | ||
browserscope: string | ReadonlyArray<string>, | ||
): void; | ||
@@ -51,3 +51,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:49 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:38:05 GMT | ||
* Dependencies: none | ||
@@ -54,0 +54,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
4748