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

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.10 to 1.0.11

2

lib/Iframe.js

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

padding: 2,
icon: _icons.ResetIcon // text="Reload"
icon: _icons.UndoIcon // text="Reload"
,

@@ -165,0 +165,0 @@ title: "Reload",

{
"name": "sanity-plugin-iframe-pane",
"version": "1.0.10",
"version": "1.0.11",
"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",

import React, {useEffect, useState, useRef} from 'react'
import PropTypes from 'prop-types'
import {Box, Flex, Text, Button, Stack, ThemeProvider, Card} from '@sanity/ui'
import {ResetIcon, CopyIcon, LeaveIcon, MobileDeviceIcon} from '@sanity/icons'
import {UndoIcon, CopyIcon, LeaveIcon, MobileDeviceIcon} from '@sanity/icons'

@@ -93,3 +93,3 @@ const sizes = {

padding={2}
icon={ResetIcon}
icon={UndoIcon}
// text="Reload"

@@ -96,0 +96,0 @@ title="Reload"

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