Socket
Socket
Sign inDemoInstall

sanity-plugin-iframe-pane

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sanity-plugin-iframe-pane - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

lib/Iframe.js

@@ -152,3 +152,3 @@ "use strict";

options: _propTypes.default.shape({
url: _propTypes.default.oneOf([_propTypes.default.string, _propTypes.default.func])
url: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.func])
})

@@ -155,0 +155,0 @@ };

{
"name": "sanity-plugin-iframe-pane",
"version": "1.0.5",
"version": "1.0.6",
"description": "Display any URL in a View Pane, along with helpful buttons to Copy the URL or open in a new tab",

@@ -5,0 +5,0 @@ "main": "lib/Iframe.js",

@@ -92,3 +92,3 @@ import React, {useEffect, useState, useRef} from 'react'

options: PropTypes.shape({
url: PropTypes.oneOf([PropTypes.string, PropTypes.func]),
url: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
}),

@@ -95,0 +95,0 @@ }

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