New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iframe-resizer

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iframe-resizer - npm Package Compare versions

Comparing version 4.3.5 to 4.3.6

4

CHANGELOG.md
# Version History
- v4.3.6 Fix backwards compatablity of `module.exports`
- v4.3.5 Fix path on `module.exports`
- v4.3.4 [#990](https://github.com/davidjbradshaw/iframe-resizer/pull/990) Fix readDataFromParent mouseEvents Boolean to strBool [[Tony Living](https://github.com/tonyliving)]

@@ -4,0 +8,0 @@

5

index.js

@@ -0,4 +1,7 @@

const iframeResize = require('./js/iframeResizer')
module.exports = {
iframeResize: require('./js/iframeResizer'),
iframeResize: iframeResize,
iframeResizer: iframeResize, // Backwards compatibility
contentWindow: require('./js/iframeResizer.contentWindow')
}

@@ -1,2 +0,2 @@

/*! iFrame Resizer (iframeSizer.contentWindow.min.js) - v4.3.5 - 2023-03-01
/*! iFrame Resizer (iframeSizer.contentWindow.min.js) - v4.3.5 - 2023-03-08
* Desc: Include this file in any page being loaded into an iframe

@@ -3,0 +3,0 @@ * to force the iframe to resize to the content size.

@@ -1,2 +0,2 @@

/*! iFrame Resizer (iframeSizer.min.js ) - v4.3.5 - 2023-03-01
/*! iFrame Resizer (iframeSizer.min.js ) - v4.3.5 - 2023-03-08
* Desc: Force cross domain iframes to size to content.

@@ -3,0 +3,0 @@ * Requires: iframeResizer.contentWindow.min.js to be loaded into the target frame.

{
"name": "iframe-resizer",
"version": "4.3.5",
"version": "4.3.6",
"homepage": "https://github.com/davidjbradshaw/iframe-resizer",

@@ -5,0 +5,0 @@ "authors": [

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