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.3.7-canary.22 to 2.3.9-canary.32

3

lib/assets/types.d.ts

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

/// <reference types="react" />
import React from 'react';
import { Reference } from '../reference';

@@ -92,3 +92,2 @@ import { SanityDocument } from '../documents';

export interface AssetSourceComponentProps {
document: SanityDocument;
selectedAssets: Asset[];

@@ -95,0 +94,0 @@ selectionType: 'single' | 'multiple';

{
"name": "@sanity/types",
"version": "2.3.7-canary.22+a42e694a81",
"version": "2.3.9-canary.32+b5227d2e67",
"description": "Type definitions for common Sanity data structures",

@@ -37,3 +37,3 @@ "main": "lib/index.js",

"homepage": "https://www.sanity.io/",
"gitHead": "a42e694a816a7bc1724e229188e75417936bd546"
"gitHead": "b5227d2e67064a4f9e9da6b4c8a8a73bd7e5c8c8"
}

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

import React from 'react'
import {Reference} from '../reference'

@@ -115,3 +116,2 @@ import {SanityDocument} from '../documents'

export interface AssetSourceComponentProps {
document: SanityDocument
selectedAssets: Asset[]

@@ -118,0 +118,0 @@ selectionType: 'single' | 'multiple'

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