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

react-iframe

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-iframe - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "react-iframe",
"version": "1.0.4",
"version": "1.0.5",
"description": "Easy iframes with react",

@@ -5,0 +5,0 @@ "main": "index.min.js",

@@ -11,10 +11,10 @@ # React Iframe

const Iframe = require("react-iframe");
<Iframe url="http://www.youtube.com/embed/xDMP3i36naA" width="50%" height="50%" allowFullScreen/>
or
import Iframe from 'react-iframe'
<Iframe url="http://www.youtube.com/embed/xDMP3i36naA" width="500px" height="500px" allowFullScreen/>
<Iframe url="http://www.youtube.com/embed/xDMP3i36naA"
width="450px"
height="450px"
display="initial"
position="relative"
allowFullScreen/>
### Properties

@@ -21,0 +21,0 @@

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