@types/iframe-resizer
Advanced tools
Comparing version 3.5.12 to 3.5.13
declare namespace iframeResizer { | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IFrameObject { | ||
@@ -16,3 +16,3 @@ close(): void; | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IFrameComponent extends HTMLIFrameElement { | ||
@@ -22,3 +22,3 @@ iFrameResizer: IFrameObject; | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IFrameOptions { | ||
@@ -145,3 +145,3 @@ /** | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IFramePageOptions { | ||
@@ -196,3 +196,3 @@ /** | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IFramePage { | ||
@@ -309,3 +309,3 @@ /** | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IFrameResizedData { | ||
@@ -318,3 +318,3 @@ iframe: IFrameComponent; | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IFrameMessageData { | ||
@@ -325,3 +325,3 @@ iframe: IFrameComponent; | ||
// tslint:disable-next-line:interface-name | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
interface IFrameScrollData { | ||
@@ -328,0 +328,0 @@ x: number; |
{ | ||
"name": "@types/iframe-resizer", | ||
"version": "3.5.12", | ||
"version": "3.5.13", | ||
"description": "TypeScript definitions for iframe-resizer", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iframe-resizer", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c389e28c94f4121d8ce8f92f9973163d3f8557529b6c68131c2510851374252f", | ||
"typesPublisherContentHash": "4638d043c997d0d2be1b94d0ff37d4316e7c3b71472d43435345e399a527cd0c", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
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
13897