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

@sanity/preview-kit

Package Overview
Dependencies
Maintainers
35
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/preview-kit - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0-add-type-allowlist.1

6

dist/index.d.ts

@@ -100,3 +100,7 @@ import type { Config } from '@sanity/groq-store'

Config,
'projectId' | 'dataset' | 'documentLimit' | 'subscriptionThrottleMs'
| 'projectId'
| 'dataset'
| 'documentLimit'
| 'subscriptionThrottleMs'
| 'allowTypes'
> {

@@ -103,0 +107,0 @@ /**

4

package.json
{
"name": "@sanity/preview-kit",
"version": "1.1.3",
"version": "1.2.0-add-type-allowlist.1",
"description": "General purpose live previews, like next-sanity",

@@ -66,3 +66,3 @@ "keywords": [

"dependencies": {
"@sanity/groq-store": "^1.0.4",
"@sanity/groq-store": "1.1.0-add-type-allowlist.1",
"@types/event-source-polyfill": "^1.0.0",

@@ -69,0 +69,0 @@ "event-source-polyfill": "^1.0.31",

@@ -191,3 +191,7 @@ import type { Config, GroqStore } from '@sanity/groq-store'

Config,
'projectId' | 'dataset' | 'documentLimit' | 'subscriptionThrottleMs'
| 'projectId'
| 'dataset'
| 'documentLimit'
| 'subscriptionThrottleMs'
| 'allowTypes'
> {

@@ -194,0 +198,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