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.38.0 to 3.38.1-canary.107

6

package.json
{
"name": "@sanity/types",
"version": "3.38.0",
"version": "3.38.1-canary.107+323d3230c7",
"description": "Type definitions for common Sanity data structures",

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

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

@@ -61,3 +61,3 @@ },

},
"gitHead": "e0a8b806aa6b1b7f812263e4c5cddf75501af5a8"
"gitHead": "323d3230c7f55dc1c175e5470f146e09846d8797"
}

@@ -10,9 +10,9 @@ /**

export interface ImageUrlParams {
bg?: string
dpr?: number | string
w?: number | string
h?: number | string
q?: number | string
dl?: string
dlRaw?: string
'bg'?: string
'dpr'?: number | string
'w'?: number | string
'h'?: number | string
'q'?: number | string
'dl'?: string
'dlRaw'?: string
'fp-x'?: number | string

@@ -24,17 +24,17 @@ 'fp-y'?: number | string

'min-h'?: number | string
blur?: number | string
sharp?: number | string
rect?: string // <x>,<y>,<w>,<h>
fm?: ImageUrlFormat
or?: ImageUrlOrientation
fit?: ImageUrlFitMode
crop?: ImageUrlCropMode
auto?: ImageUrlAutoMode
invert?: 'true' | 'false'
quality?: number | string
flip?: 'h' | 'v' | 'hv'
sat?: number | string
pad?: number | string
colorquant?: number | string
border?: string // <width>,<color>
'blur'?: number | string
'sharp'?: number | string
'rect'?: string // <x>,<y>,<w>,<h>
'fm'?: ImageUrlFormat
'or'?: ImageUrlOrientation
'fit'?: ImageUrlFitMode
'crop'?: ImageUrlCropMode
'auto'?: ImageUrlAutoMode
'invert'?: 'true' | 'false'
'quality'?: number | string
'flip'?: 'h' | 'v' | 'hv'
'sat'?: number | string
'pad'?: number | string
'colorquant'?: number | string
'border'?: string // <width>,<color>
}

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