New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sanity/client

Package Overview
Dependencies
Maintainers
0
Versions
1031
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/client - npm Package Compare versions

Comparing version 6.28.1 to 6.28.2

2

dist/index.js

@@ -1511,3 +1511,3 @@ import { getIt } from "get-it";

}
var name = "@sanity/client", version = "6.28.1";
var name = "@sanity/client", version = "6.28.2";
const middleware = [

@@ -1514,0 +1514,0 @@ debug({ verbose: !0, namespace: "sanity:client" }),

{
"name": "@sanity/client",
"version": "6.28.1",
"version": "6.28.2",
"description": "Client for retrieving, creating and patching data from Sanity.io",

@@ -5,0 +5,0 @@ "keywords": [

@@ -378,8 +378,8 @@ // deno-lint-ignore-file no-empty-interface

/** @internal */
/** @public */
export type DatasetAclMode = 'public' | 'private' | 'custom'
/** @internal */
/** @public */
export type DatasetResponse = {datasetName: string; aclMode: DatasetAclMode}
/** @internal */
/** @public */
export type DatasetsResponse = {

@@ -396,3 +396,3 @@ name: string

/** @internal */
/** @public */
export interface SanityProjectMember {

@@ -405,3 +405,3 @@ id: string

/** @internal */
/** @public */
export interface SanityProject {

@@ -434,3 +434,3 @@ id: string

/** @internal */
/** @public */
export interface SanityUser {

@@ -449,3 +449,3 @@ id: string

/** @internal */
/** @public */
export interface CurrentSanityUser {

@@ -452,0 +452,0 @@ id: string

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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