@types/iframe-resizer
Advanced tools
Comparing version 3.5.7 to 3.5.8
@@ -313,6 +313,7 @@ // Type definitions for iframe-resizer 3.5 | ||
} | ||
function iframeResizer(options: IFrameOptions, target: string | HTMLElement): IFrameComponent[]; | ||
} | ||
// leave this declaration outside the namespace so the 'require'd import is still callable | ||
declare function iframeResizer(options: iframeResizer.IFrameOptions, target: string | HTMLElement): iframeResizer.IFrameComponent[]; | ||
export = iframeResizer; | ||
export as namespace iframeResizer; |
{ | ||
"name": "@types/iframe-resizer", | ||
"version": "3.5.7", | ||
"version": "3.5.8", | ||
"description": "TypeScript definitions for iframe-resizer", | ||
@@ -17,8 +17,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/iframe-resizer" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "11b5353b2a9a2a84ff79aea6b75d5f9f6ee7a24e240b5517f1b337efc949167c", | ||
"typesPublisherContentHash": "e98de468f98fe02ec1d6bace0abbf399ac41c033647357994c0135e05ea702d4", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 05 Dec 2018 18:12:47 GMT | ||
* Last updated: Mon, 04 Nov 2019 17:25:39 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: iframeResizer |
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
12428
286