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.8.3 to 1.8.4

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [1.8.4](https://github.com/svenanders/react-iframe/compare/v1.8.3...v1.8.4) (2022-09-27)
## [1.8.3](https://github.com/svenanders/react-iframe/compare/v1.8.2...v1.8.3) (2022-09-27)

@@ -7,0 +11,0 @@

2

package.json
{
"name": "react-iframe",
"version": "1.8.3",
"version": "1.8.4",
"description": "Easy peasy lemon squeezy iframes with react",

@@ -5,0 +5,0 @@ "main": "dist/cjs/iframe.js",

@@ -52,3 +52,3 @@ # React Iframe

**sandbox** - add optional sandbox values ("allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation")
**sandbox** - add optional sandbox values. For single value, add as string. For multiple values, add as array ({"allow-scripts", "allow-same-origin"}). Valid values are `"allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation"`

@@ -55,0 +55,0 @@ **allow** - add optional [_allow_](https://dev.chromium.org/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes#TOC-To-continue-to-use-permissions-from-iframes-on-your-website) values ("geolocation microphone camera midi encrypted-media & more")

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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