You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@sanity/migrate

Package Overview
Dependencies
Maintainers
71
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/migrate - npm Package Compare versions

Comparing version

to
3.72.2-coreui.14

src/fetch-utils/__test__/sanityRequestOptions.test.ts

2

lib/index.esm.js

@@ -697,3 +697,3 @@ import { fromString } from "@sanity/util/paths";

path: `/query/${dataset}`,
searchParams: []
searchParams: [["perspective", "raw"]]
}),

@@ -700,0 +700,0 @@ export: (dataset, documentTypes) => ({

@@ -711,3 +711,3 @@ "use strict";

path: `/query/${dataset}`,
searchParams: []
searchParams: [["perspective", "raw"]]
}),

@@ -714,0 +714,0 @@ export: (dataset, documentTypes) => ({

{
"name": "@sanity/migrate",
"version": "3.72.2-corel.577+3ab0433f32",
"version": "3.72.2-coreui.14+39938af572",
"description": "Tooling for running data migrations on Sanity.io projects",

@@ -55,4 +55,4 @@ "keywords": [

"@sanity/mutate": "^0.12.1",
"@sanity/types": "3.72.2-corel.577+3ab0433f32",
"@sanity/util": "3.72.2-corel.577+3ab0433f32",
"@sanity/types": "3.72.2-coreui.14+39938af572",
"@sanity/util": "3.72.2-coreui.14+39938af572",
"arrify": "^2.0.1",

@@ -74,3 +74,3 @@ "debug": "^4.3.4",

},
"gitHead": "3ab0433f32b6a950f375415d1f5da960bca870f9"
"gitHead": "39938af572f4f3df89db1c60d3fd25028245eb5a"
}

@@ -23,3 +23,3 @@ type SupportedMethod = 'GET' | 'POST'

path: `/query/${dataset}`,
searchParams: [],
searchParams: [['perspective', 'raw']],
}),

@@ -26,0 +26,0 @@ export: (dataset: string, documentTypes?: string[]): Endpoint => ({

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 not supported yet

Sorry, the diff of this file is not supported yet