@types/object-fit-images
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -12,3 +12,3 @@ // Type definitions for object-fit-images 3.2 | ||
images?: string | HTMLElement | HTMLElement[] | NodeList | null, | ||
options?: { watchMQ?: boolean; skipTest?: boolean }, | ||
options?: { watchMQ?: boolean | undefined; skipTest?: boolean | undefined }, | ||
): void; |
{ | ||
"name": "@types/object-fit-images", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "TypeScript definitions for object-fit-images", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-fit-images", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8cc86d1c2ed4ca77dd12b5b0efbed49cfb4945d7a244d5b5e253871d3528ee97", | ||
"typesPublisherContentHash": "6d07c811046018525203aaf0c93822533280732510f5f0f421edab818df215c1", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -22,3 +22,3 @@ # Installation | ||
images?: string | HTMLElement | HTMLElement[] | NodeList | null, | ||
options?: { watchMQ?: boolean; skipTest?: boolean }, | ||
options?: { watchMQ?: boolean | undefined; skipTest?: boolean | undefined }, | ||
): void; | ||
@@ -29,3 +29,3 @@ | ||
### Additional Details | ||
* Last updated: Mon, 28 Jun 2021 02:31:13 GMT | ||
* Last updated: Thu, 08 Jul 2021 18:51:43 GMT | ||
* Dependencies: none | ||
@@ -32,0 +32,0 @@ * Global values: `objectFillImages` |
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
3644