@types/youtube
Advanced tools
Comparing version 0.0.45 to 0.0.46
// Type definitions for YouTube | ||
// Project: https://developers.google.com/youtube/ | ||
// Definitions by: Ian Obermiller <http://ianobermiller.com>, | ||
// Josh Goldberg <https://github.com/JoshuaKGoldberg> | ||
// Eliot Fallon <https://github.com/eliotfallon213> | ||
@@ -688,5 +687,5 @@ // Terry Mun <https://github.com/terrymun> | ||
} | ||
/** | ||
* The spherical video config object, including information about the | ||
* The spherical video config object, including information about the | ||
* viewport headings and zoom level. | ||
@@ -968,3 +967,3 @@ */ | ||
getVideoUrl(): string; | ||
/** | ||
@@ -1013,3 +1012,3 @@ * @returns The spherical video config object, with information about the viewport | ||
removeEventListener<TEvent extends PlayerEvent>(eventName: keyof Events, listener: (event: TEvent) => void): void; | ||
/** | ||
@@ -1016,0 +1015,0 @@ * @returns The DOM node for the embedded <iframe>. |
{ | ||
"name": "@types/youtube", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"description": "TypeScript definitions for YouTube", | ||
@@ -13,7 +13,2 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/youtube", | ||
{ | ||
"name": "Josh Goldberg", | ||
"url": "https://github.com/JoshuaKGoldberg", | ||
"githubUsername": "JoshuaKGoldberg" | ||
}, | ||
{ | ||
"name": "Eliot Fallon", | ||
@@ -43,4 +38,4 @@ "url": "https://github.com/eliotfallon213", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "797598365a64512a38f06c527a84827750c6b58bfc13c9c6aab0751a8578b887", | ||
"typesPublisherContentHash": "60b7806cd5af337b0a063592c0479a42d7933c6f52a5725e4cb04e6647999b36", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 20 Aug 2021 22:31:26 GMT | ||
* Last updated: Tue, 21 Sep 2021 02:01:32 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `YT` | ||
# Credits | ||
These definitions were written by [Ian Obermiller](http://ianobermiller.com), [Josh Goldberg](https://github.com/JoshuaKGoldberg), [Eliot Fallon](https://github.com/eliotfallon213), [Terry Mun](https://github.com/terrymun), and [Paul Hobbel](https://github.com/paulhobbel). | ||
These definitions were written by [Ian Obermiller](http://ianobermiller.com), [Eliot Fallon](https://github.com/eliotfallon213), [Terry Mun](https://github.com/terrymun), and [Paul Hobbel](https://github.com/paulhobbel). |
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
30235
873