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

@sanity/preview-kit-compat

Package Overview
Dependencies
Maintainers
47
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/preview-kit-compat - npm Package Compare versions

Comparing version 1.4.13 to 1.4.14

14

CHANGELOG.md

@@ -39,2 +39,16 @@ <!-- markdownlint-disable --><!-- textlint-disable -->

## [1.4.14](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.4.13...preview-kit-compat-v1.4.14) (2024-04-05)
### Bug Fixes
* **deps:** update dependency @sanity/client to v6.15.10 ([#1258](https://github.com/sanity-io/visual-editing/issues/1258)) ([9bf3cdb](https://github.com/sanity-io/visual-editing/commit/9bf3cdbcb7924cdcb96b7de15a159457385e8fec))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.6.2 to 0.6.3
## [1.4.13](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.4.12...preview-kit-compat-v1.4.13) (2024-03-20)

@@ -41,0 +55,0 @@

18

package.json
{
"name": "@sanity/preview-kit-compat",
"version": "1.4.13",
"version": "1.4.14",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/preview-kit-compat#readme",

@@ -99,8 +99,8 @@ "bugs": {

"@sanity/channels": "0.4.0",
"@sanity/client": "^6.15.7",
"@sanity/pkg-utils": "^5.1.1",
"@sanity/visual-editing-helpers": "0.6.2",
"@types/react": "^18.2.67",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@sanity/client": "^6.15.10",
"@sanity/pkg-utils": "^5.1.11",
"@sanity/visual-editing-helpers": "0.6.3",
"@types/react": "^18.2.74",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",

@@ -111,7 +111,7 @@ "eslint-config-prettier": "^9.1.0",

"react": "^18.2.0",
"typescript": "5.3.3",
"typescript": "5.4.2",
"vitest": "^1.4.0"
},
"peerDependencies": {
"@sanity/client": "^6.15.7",
"@sanity/client": "^6.15.10",
"react": "^18.2.0"

@@ -118,0 +118,0 @@ },

@@ -27,5 +27,9 @@ import { type ChannelsNode, createChannelsNode } from '@sanity/channels'

}
const channel = createChannelsNode<PreviewKitMsg, PresentationMsg>({
id: 'preview-kit' satisfies VisualEditingConnectionIds,
connectTo: 'presentation' satisfies VisualEditingConnectionIds,
const channel = createChannelsNode<
VisualEditingConnectionIds,
PreviewKitMsg,
PresentationMsg
>({
id: 'preview-kit',
connectTo: 'presentation',
})

@@ -32,0 +36,0 @@

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