Socket
Socket
Sign inDemoInstall

@sanity/types

Package Overview
Dependencies
Maintainers
24
Versions
912
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 2.10.2-next.0 to 2.10.5-depcheck-canary.5

.depcheckignore.json

1

lib/reference/types.d.ts

@@ -14,2 +14,3 @@ import { Path } from '../paths';

params?: Record<string, unknown>;
tag?: string;
};

@@ -16,0 +17,0 @@ export declare type ReferenceFilterResolver = (options: {

7

package.json
{
"name": "@sanity/types",
"version": "2.10.2-next.0+4e2150f19",
"version": "2.10.5-depcheck-canary.5+db1a9c36db",
"description": "Type definitions for common Sanity data structures",

@@ -23,5 +23,6 @@ "main": "lib/index.js",

"dependencies": {
"@sanity/client": "2.10.2-next.0+4e2150f19",
"@sanity/client": "2.10.5-depcheck-canary.5+db1a9c36db",
"@sanity/color": "^2.0.15",
"@types/react": "^17.0.0",
"react": "^17.0.0",
"rxjs": "^6.5.3"

@@ -41,3 +42,3 @@ },

"homepage": "https://www.sanity.io/",
"gitHead": "4e2150f19d04b534308ad8c43f5666ad7c99e310"
"gitHead": "db1a9c36dbaad0f9352b6f2bcb9435f2e8f841e9"
}

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

/// <reference types="lodash" />
import elementResizeDetectorMaker from 'element-resize-detector'

@@ -53,5 +52,5 @@ import React from 'react'

setDateElement: (element: HTMLDivElement | null) => void
onResize: import('lodash').DebouncedFunc<() => void>
onResize: () => void
render(): JSX.Element
}
export {}

@@ -17,2 +17,3 @@ import {Path} from '../paths'

params?: Record<string, unknown>
tag?: string
}

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