You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@iframe-resizer/react

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iframe-resizer/react - npm Package Compare versions

Comparing version

to
5.0.0-alpha.2

index.cjs.js

9

package.json
{
"name": "@iframe-resizer/react",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"license": "GPL-3.0",
"private": false,
"homepage": "https://iframeresizer.com",

@@ -25,4 +24,4 @@ "author": {

},
"main": "iframe-resizer.react.cjs.js",
"module": "iframe-resizer.react.esm.js",
"main": "index.cjs.js",
"module": "index.esm.js",
"types": "iframe-resizer.react.d.ts",

@@ -50,3 +49,3 @@ "keywords": [

"dependencies": {
"@iframe-resizer/core": "5.0.0-alpha.1",
"@iframe-resizer/core": "5.0.0-alpha.2",
"prop-types": "^15.8.1",

@@ -53,0 +52,0 @@ "warning": "^4.0.3"

@@ -1,6 +0,11 @@

## @iframe-resizer/react
# @iframe-resizer/react
This is package is part of [iframe-resizer](http://davidjbradshaw.github.io/iframe-resizer/).
> _Keep same and cross domain iframes sized to their content_
--
_ iframe-resizer version 5.0.0-alpha.1 2024-04-12 - 13:11:29.509Z _
This package is an alpha release of version 5 of _iframe-resizer_ for the production version see the [iframe-resizer](/package/iframe-resizer) package.
Alpha version 5 docs: http://davidjbradshaw.github.io/iframe-resizer-docs/.
---
_iframe-resizer version 5.0.0-alpha.2 2024-04-13 - 19:57:50.033Z_