@types/vimeo__player
Advanced tools
Comparing version 2.10.0 to 2.10.1
@@ -92,29 +92,29 @@ // Type definitions for @vimeo/player 2.10 | ||
label: string; | ||
mode?: string; | ||
mode?: string | undefined; | ||
} | ||
export interface Options { | ||
id?: number; | ||
url?: string; | ||
autopause?: boolean; | ||
autoplay?: boolean; | ||
background?: boolean; | ||
byline?: boolean; | ||
color?: string; | ||
controls?: boolean; | ||
dnt?: boolean; | ||
height?: number; | ||
loop?: boolean; | ||
maxheight?: number; | ||
maxwidth?: number; | ||
muted?: boolean; | ||
playsinline?: boolean; | ||
portrait?: boolean; | ||
responsive?: boolean; | ||
speed?: boolean; | ||
quality?: VimeoVideoQuality; | ||
texttrack?: string; | ||
title?: boolean; | ||
transparent?: boolean; | ||
width?: number; | ||
id?: number | undefined; | ||
url?: string | undefined; | ||
autopause?: boolean | undefined; | ||
autoplay?: boolean | undefined; | ||
background?: boolean | undefined; | ||
byline?: boolean | undefined; | ||
color?: string | undefined; | ||
controls?: boolean | undefined; | ||
dnt?: boolean | undefined; | ||
height?: number | undefined; | ||
loop?: boolean | undefined; | ||
maxheight?: number | undefined; | ||
maxwidth?: number | undefined; | ||
muted?: boolean | undefined; | ||
playsinline?: boolean | undefined; | ||
portrait?: boolean | undefined; | ||
responsive?: boolean | undefined; | ||
speed?: boolean | undefined; | ||
quality?: VimeoVideoQuality | undefined; | ||
texttrack?: string | undefined; | ||
title?: boolean | undefined; | ||
transparent?: boolean | undefined; | ||
width?: number | undefined; | ||
} | ||
@@ -121,0 +121,0 @@ |
{ | ||
"name": "@types/vimeo__player", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"description": "TypeScript definitions for @vimeo/player", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vimeo__player", | ||
"license": "MIT", | ||
@@ -45,4 +46,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d13efa5b4106018eef9aa41232acb09f245d4ff7912a80a974307d6c6fbc6549", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "168673c44e399db4d5714058ab4153310d014f196069eb9535444d29946acb17", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 17 Nov 2020 22:57:59 GMT | ||
* Last updated: Fri, 02 Jul 2021 18:05:04 GMT | ||
* Dependencies: none | ||
@@ -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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9506
0