Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/iframe-resizer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/iframe-resizer - npm Package Compare versions

Comparing version 3.5.7 to 3.5.8

3

iframe-resizer/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc