Socket
Socket
Sign inDemoInstall

@sanity/overlays

Package Overview
Dependencies
Maintainers
41
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/overlays - npm Package Compare versions

Comparing version 2.3.2-pink-lizard to 2.3.3-pink-lizard

dist/_chunks/index-glDqi7qf.cjs

12

CHANGELOG.md

@@ -8,2 +8,14 @@ <!-- markdownlint-disable --><!-- textlint-disable -->

## [2.3.3-pink-lizard](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.2-pink-lizard...overlays-v2.3.3-pink-lizard) (2023-11-13)
### Bug Fixes
* click-to-edit links in overlays pass in `preview` params of the current page ([d90ec9e](https://github.com/sanity-io/visual-editing/commit/d90ec9efe79d11f7f5c880c0439090d25dfc42d7))
* **deps:** Update dependency @sanity/client to ^6.8.4 ([5dbbe06](https://github.com/sanity-io/visual-editing/commit/5dbbe062ac1dd71a251e70d15caa1c5d53a505f6))
* **deps:** Update dependency @sanity/client to ^6.8.5 ([#361](https://github.com/sanity-io/visual-editing/issues/361)) ([e8e61c1](https://github.com/sanity-io/visual-editing/commit/e8e61c1a377b2737db60a1c3e42160794b26ad9b))
* **deps:** Update dependency @sanity/ui to ^1.9.3 ([#355](https://github.com/sanity-io/visual-editing/issues/355)) ([e10f6a7](https://github.com/sanity-io/visual-editing/commit/e10f6a79243b040aaba73c94146348f509164064))
* make `allowStudioOrigin` required ([700e140](https://github.com/sanity-io/visual-editing/commit/700e14025d327514152528138501353961034999))
* use `createEditUrl ` from `@sanity/client` ([e83bb2b](https://github.com/sanity-io/visual-editing/commit/e83bb2bf28794477300d914e053d77b6ad1c07e4))
## [2.3.2-pink-lizard](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.1-pink-lizard...overlays-v2.3.2-pink-lizard) (2023-11-11)

@@ -10,0 +22,0 @@

7

dist/index.d.ts

@@ -48,7 +48,6 @@ /**

* The origin that are allowed to connect to the overlay.
* If left unspecified it will default to the current origin, and the Studio will have to be hosted by the same origin.
* @example `https://my.sanity.studio`
* @defaultValue `location.origin`
* @example `location.origin`
*/
allowStudioOrigin?: string
allowStudioOrigin: string
history?: HistoryAdapter

@@ -238,3 +237,5 @@ zIndex?: string | number

export declare type SanityNode = {
/** @deprecated */
projectId?: string
/** @deprecated */
dataset?: string

@@ -241,0 +242,0 @@ id: string

@@ -1,1 +0,1 @@

export{c as createOverlayController,e as enableOverlays}from"./_chunks/index-jsg8eGAq.js";//# sourceMappingURL=index.js.map
export{c as createOverlayController,e as enableOverlays}from"./_chunks/index-rYTHNwLX.js";//# sourceMappingURL=index.js.map
{
"name": "@sanity/overlays",
"version": "2.3.2-pink-lizard",
"version": "2.3.3-pink-lizard",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/overlays#readme",

@@ -106,3 +106,4 @@ "bugs": {

"dependencies": {
"@sanity/ui": "^1.9.2",
"@sanity/client": "^6.8.5",
"@sanity/ui": "^1.9.3",
"@vercel/stega": "0.1.0",

@@ -119,4 +120,4 @@ "react": "^18.2.0",

"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",

@@ -123,0 +124,0 @@ "eslint-config-prettier": "^9.0.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