iframe-resizer 4.4.3 → 4.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,7 +11,7 @@ Their is now also versions of _iframe-resizer_ for React, Vue and jQuery.
11
11
  * [@iframe-resizer/vue](https://www.npmjs.com/package/@iframe-resizer/vue)
12
12
  * [@iframe-resizer/jquery](https://www.npmjs.com/package/@iframe-resizer/jquery)
13
13
 
14
- **For more details please see our new website: [https://iframe-resizer.com](https://iframe-resizer.com).**
14
+ **For more details please see: [https://iframe-resizer.com/upgrade](https://iframe-resizer.com/upgrade).**
15
15
 
16
16
  ---
17
17
  Copyright © 2013-24 [David J. Bradshaw](https://github.com/davidjbradshaw)
@@ -1,4 +1,4 @@
1
- /*! iFrame Resizer (iframeSizer.contentWindow.min.js) - v4.4.3 - 2024-07-04
1
+ /*! iFrame Resizer (iframeSizer.contentWindow.min.js) - v4.4.5 - 2024-07-10
2
2
  * Desc: Include this file in any page being loaded into an iframe
3
3
  * to force the iframe to resize to the content size.
4
4
  * Requires: iframeResizer.min.js on host page.
@@ -1,4 +1,4 @@
1
- /*! iFrame Resizer (iframeSizer.min.js ) - v4.4.3 - 2024-07-04
1
+ /*! iFrame Resizer (iframeSizer.min.js ) - v4.4.5 - 2024-07-10
2
2
  * Desc: Force cross domain iframes to size to content.
3
3
  * Requires: iframeResizer.contentWindow.min.js to be loaded into the target frame.
4
4
  * Copyright: (c) 2024 David J. Bradshaw - dave@bradshaw.net
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iframe-resizer",
3
- "version": "4.4.3",
3
+ "version": "4.4.5",
4
4
  "homepage": "https://iframe-resizer.com",
5
5
  "authors": [
6
6
  "David J. Bradshaw <dave@bradshaw.net>"
@@ -14,7 +14,7 @@
14
14
  "test": "grunt travis",
15
15
  "upgrade": "npm-check-updates -u && npm install && npm run test"
16
16
  },
17
- "description": "This package has now been split into two separate packages. Please use '@iframe-resizer/parent' and '@iframe-resizer/child' for new projects. This package will continue to be maintained for existing projects.",
17
+ "description": "This project has now been split into two separate packages. Please use '@iframe-resizer/parent' and '@iframe-resizer/child'. See https://iframe-resizer.com/upgrade for more details.",
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "https://github.com/davidjbradshaw/iframe-resizer.git"
@@ -108,7 +108,7 @@
108
108
  "engines": {
109
109
  "node": ">=0.8.0"
110
110
  },
111
- "license": "GPL-3.0",
111
+ "license": "MIT",
112
112
  "keywords": [
113
113
  "CrossDomain",
114
114
  "Cross-Domain",
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2013-2023 David J. Bradshaw
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.