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
35
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 2.0.1-v3-studio.2 to 2.0.1-v3-studio.3

60

package.json
{
"name": "sanity-plugin-iframe-pane",
"version": "2.0.1-v3-studio.2",
"version": "2.0.1-v3-studio.3",
"description": "Display any URL in a View Pane, along with helpful buttons to Copy the URL or open in a new tab",
"homepage": "https://github.com/sanity-io/sanity-plugin-iframe-pane#readme",
"bugs": {
"url": "https://github.com/sanity-io/sanity-plugin-iframe-pane/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:sanity-io/sanity-plugin-iframe-pane.git"
},
"license": "MIT",
"author": "Simeon Griggs <simeon@sanity.io>",
"license": "MIT",
"source": "./src/index.ts",
"main": "./lib/index.js",
"module": "./lib/index.esm.js",
"types": "./lib/src/index.d.ts",
"exports": {

@@ -18,4 +22,9 @@ ".": {

"default": "./lib/index.esm.js"
}
},
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"module": "./lib/index.esm.js",
"source": "./src/index.ts",
"types": "./lib/src/index.d.ts",
"files": [

@@ -28,22 +37,15 @@ "src",

"scripts": {
"prebuild": "npm run clean && plugin-kit verify-package --silent && pkg-utils",
"build": "pkg-utils build --strict",
"clean": "rimraf lib",
"link-watch": "plugin-kit link-watch",
"lint": "eslint .",
"prebuild": "npm run clean && plugin-kit verify-package --silent && pkg-utils",
"build": "pkg-utils build",
"watch": "pkg-utils watch",
"link-watch": "plugin-kit link-watch",
"prepare": "husky install",
"prepublishOnly": "npm run build",
"prepare": "husky install"
"watch": "pkg-utils watch"
},
"repository": {
"type": "git",
"url": "git@github.com:sanity-io/sanity-plugin-iframe-pane.git"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@sanity/icons": "^1.3.1",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/ui": "^1.0.0-beta.31",
"@sanity/ui": "1.0.0-beta.32",
"usehooks-ts": "^2.6.0"

@@ -54,4 +56,4 @@ },

"@commitlint/config-conventional": "^17.2.0",
"@sanity/pkg-utils": "^1.16.2",
"@sanity/plugin-kit": "^2.0.7",
"@sanity/pkg-utils": "^1.17.2",
"@sanity/plugin-kit": "^2.1.5",
"@sanity/semantic-release-preset": "^2.0.2",

@@ -69,15 +71,15 @@ "@typescript-eslint/eslint-plugin": "^5.42.0",

"prettier": "^2.7.1",
"react": "^18.0.0",
"prettier-plugin-packagejson": "^2.3.0",
"react": "^18",
"rimraf": "^3.0.2",
"sanity": "dev-preview || 3.0.0-rc.0",
"sanity": "3.0.0-rc.0",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "^18.0.0",
"react": "^18",
"sanity": "dev-preview || 3.0.0-rc.0"
},
"bugs": {
"url": "https://github.com/sanity-io/sanity-plugin-iframe-pane/issues"
},
"homepage": "https://github.com/sanity-io/sanity-plugin-iframe-pane#readme"
"engines": {
"node": ">=14"
}
}
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