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

@sanity/migrate

Package Overview
Dependencies
Maintainers
55
Versions
348
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.49.0 to 3.50.0

4

lib/index.d.ts

@@ -354,4 +354,4 @@ import {KeyedSegment} from '@sanity/types'

* ```ts
* const prependFoo = insert(['foo'], 'before')
* const appendFooAndBar = insert(['foo', 'bar'], 'after')
* const prependFoo = insert(['foo'], 'before', 0)
* const appendFooAndBar = insert(['foo', 'bar'], 'after', someArray.length -1)
* const insertObjAfterXYZ = insert({name: 'foo'}, 'after', {_key: 'xyz'}])

@@ -358,0 +358,0 @@ * ```

{
"name": "@sanity/migrate",
"version": "3.49.0",
"version": "3.50.0",
"description": "Tooling for running data migrations on Sanity.io projects",

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

"@bjoerge/mutiny": "^0.5.1",
"@sanity/client": "^6.20.0",
"@sanity/types": "3.49.0",
"@sanity/util": "3.49.0",
"@sanity/client": "^6.21.0",
"@sanity/types": "3.50.0",
"@sanity/util": "3.50.0",
"arrify": "^2.0.1",

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

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

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

},
"gitHead": "a5affb8a45072b02dd0a2de8eec01e0abb2f5930"
"gitHead": "49f278adb11869e91b7582e80cba0c548444d7be"
}

@@ -123,4 +123,4 @@ import arrify from 'arrify'

* ```ts
* const prependFoo = insert(['foo'], 'before')
* const appendFooAndBar = insert(['foo', 'bar'], 'after')
* const prependFoo = insert(['foo'], 'before', 0)
* const appendFooAndBar = insert(['foo', 'bar'], 'after', someArray.length -1)
* const insertObjAfterXYZ = insert({name: 'foo'}, 'after', {_key: 'xyz'}])

@@ -127,0 +127,0 @@ * ```

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