Socket
Socket
Sign inDemoInstall

@sanity/incompatible-plugin

Package Overview
Dependencies
120
Maintainers
33
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

4

lib/IncompatiblePlugin.js

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

plugins.length > 1 ? ' plugins are ' : ' plugin is ',
" incompatible with this Sanity Studio (V2):")),
" incompatible with this Sanity Studio v2:")),
plugins.map(function (p) { return (react_1.default.createElement(ui_1.Card, { key: p.name },

@@ -84,3 +84,3 @@ react_1.default.createElement(ui_1.Stack, { space: 2 },

' ',
react_1.default.createElement("a", { href: "https://www.sanity.io/studio-v3" }, "Sanity Studio V3"),
react_1.default.createElement("a", { href: "https://www.sanity.io/studio-v3" }, "Sanity Studio v3"),
".")),

@@ -87,0 +87,0 @@ react_1.default.createElement(ui_1.Card, null,

{
"name": "@sanity/incompatible-plugin",
"version": "1.0.2",
"version": "1.0.3",
"description": "Display an error dialog in Sanity Studio v2 when a v3 plugin has been installed.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -62,3 +62,3 @@ # @sanity/incompatible-plugin

If your v3 plugin gets installed in a V2 studio by mistake, a dialog will display how to fix it.
If your v3 plugin gets installed in a v2 studio by mistake, a dialog will display how to fix it.

@@ -65,0 +65,0 @@ ## Develop

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc