Socket
Socket
Sign inDemoInstall

@sanity/migrate

Package Overview
Dependencies
Maintainers
51
Versions
183
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 3.39.1-presentation.16 to 3.39.1

6

./lib/index.js

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

return new Uint8Array(0);
totalLength != null || (totalLength = arrays.reduce((accumulator, currentValue) => accumulator + currentValue.length, 0));
totalLength = arrays.reduce((accumulator, currentValue) => accumulator + currentValue.length, 0);
const returnValue = new Uint8Array(totalLength);

@@ -754,3 +754,3 @@ let offset = 0;

};
var __defProp2 = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => (__defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value), value);
var __defProp2 = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => (__defNormalProp(obj, key + "", value), value);
class HTTPError extends Error {

@@ -957,3 +957,3 @@ constructor(statusCode, message) {

async function lastValueFrom(it, options) {
const defaultGiven = "defaultValue" in (options != null ? options : {});
const defaultGiven = "defaultValue" in {};
let latestValue, didYield = !1;

@@ -960,0 +960,0 @@ for await (const value of it)

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

return new Uint8Array(0);
totalLength != null || (totalLength = arrays.reduce((accumulator, currentValue) => accumulator + currentValue.length, 0));
totalLength = arrays.reduce((accumulator, currentValue) => accumulator + currentValue.length, 0);
const returnValue = new Uint8Array(totalLength);

@@ -740,3 +740,3 @@ let offset = 0;

};
var __defProp = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => (__defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value), value);
var __defProp = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => (__defNormalProp(obj, key + "", value), value);
class HTTPError extends Error {

@@ -943,3 +943,3 @@ constructor(statusCode, message) {

async function lastValueFrom(it, options) {
const defaultGiven = "defaultValue" in (options != null ? options : {});
const defaultGiven = "defaultValue" in {};
let latestValue, didYield = !1;

@@ -946,0 +946,0 @@ for await (const value of it)

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

return new Uint8Array(0);
totalLength != null || (totalLength = arrays.reduce((accumulator, currentValue) => accumulator + currentValue.length, 0));
totalLength = arrays.reduce((accumulator, currentValue) => accumulator + currentValue.length, 0);
const returnValue = new Uint8Array(totalLength);

@@ -754,3 +754,3 @@ let offset = 0;

};
var __defProp2 = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => (__defNormalProp(obj, typeof key != "symbol" ? key + "" : key, value), value);
var __defProp2 = Object.defineProperty, __defNormalProp = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: !0, configurable: !0, writable: !0, value }) : obj[key] = value, __publicField = (obj, key, value) => (__defNormalProp(obj, key + "", value), value);
class HTTPError extends Error {

@@ -957,3 +957,3 @@ constructor(statusCode, message) {

async function lastValueFrom(it, options) {
const defaultGiven = "defaultValue" in (options != null ? options : {});
const defaultGiven = "defaultValue" in {};
let latestValue, didYield = !1;

@@ -960,0 +960,0 @@ for await (const value of it)

{
"name": "@sanity/migrate",
"version": "3.39.1-presentation.16+bbdb4d892c",
"version": "3.39.1",
"description": "Tooling for running data migrations on Sanity.io projects",

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

"@sanity/client": "^6.15.20",
"@sanity/types": "3.39.1-presentation.16+bbdb4d892c",
"@sanity/util": "3.39.1-presentation.16+bbdb4d892c",
"@sanity/types": "3.39.1",
"@sanity/util": "3.39.1",
"arrify": "^2.0.1",
"debug": "^4.3.4",
"fast-fifo": "^1.3.2",
"groq-js": "^1.8.0",
"groq-js": "^1.7.0",
"p-map": "^7.0.1"

@@ -66,3 +66,3 @@ },

"@jest/globals": "^29.7.0",
"@repo/package.config": "3.39.0",
"@repo/package.config": "3.39.1",
"@types/arrify": "^2.0.1",

@@ -75,3 +75,3 @@ "@types/debug": "^4.1.12",

},
"gitHead": "bbdb4d892c6f9c364642b2b999ea267166a46d47"
"gitHead": "aa02ae80de3cc588857272d2bed42bb5cd28a09a"
}

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

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