Socket
Socket
Sign inDemoInstall

@sanity/types

Package Overview
Dependencies
Maintainers
48
Versions
904
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/types - npm Package Compare versions

Comparing version 3.37.3-cds-unstable.27 to 3.38.0

14

package.json
{
"name": "@sanity/types",
"version": "3.37.3-cds-unstable.27+a9843a2384",
"version": "3.38.0",
"description": "Type definitions for common Sanity data structures",

@@ -37,3 +37,2 @@ "keywords": [

"module": "./lib/index.esm.js",
"source": "./src/index.ts",
"types": "./lib/index.d.ts",

@@ -45,5 +44,4 @@ "files": [

"scripts": {
"build": "run-s clean && pkg-utils build --strict",
"check:package": "pkg-utils --strict",
"check:types": "tsc",
"build": "pkg-utils build --strict --check --clean",
"check:types": "tsc --project tsconfig.lib.json",
"clean": "rimraf lib",

@@ -56,3 +54,3 @@ "prepublishOnly": "turbo run build",

"dependencies": {
"@sanity/client": "^6.15.11",
"@sanity/client": "^6.15.14",
"@types/react": "^18.0.25"

@@ -62,6 +60,6 @@ },

"@jest/globals": "^29.7.0",
"@repo/package.config": "3.37.2",
"@repo/package.config": "3.38.0",
"rimraf": "^3.0.2"
},
"gitHead": "a9843a2384fafc656ab5a15d3ce63b2f223c52b0"
"gitHead": "e0a8b806aa6b1b7f812263e4c5cddf75501af5a8"
}

@@ -30,3 +30,3 @@ import {type SanityClient} from '@sanity/client'

maxFieldDepth?: number
unstable_enableNewSearch?: boolean
enableLegacySearch?: boolean
}

@@ -33,0 +33,0 @@

@@ -116,3 +116,2 @@ import {type ComponentType, type ReactNode} from 'react'

i18nTitleKey?: string
icon?: ReactNode | ComponentType
}

@@ -119,0 +118,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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