Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sanity/migrate

Package Overview
Dependencies
Maintainers
47
Versions
219
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.36.2 to 3.36.3

22

package.json
{
"name": "@sanity/migrate",
"version": "3.36.2",
"version": "3.36.3",
"description": "Tooling for running data migrations on Sanity.io projects",

@@ -39,2 +39,6 @@ "keywords": [

},
"main": "./lib/_exports/index.js",
"module": "./lib/_exports/index.esm.js",
"source": "./src/_exports/index.ts",
"types": "./lib/dts/src/_exports/index.d.ts",
"typesVersions": {

@@ -47,6 +51,2 @@ "*": {

},
"main": "./lib/_exports/index.js",
"module": "./lib/_exports/index.esm.js",
"source": "./src/_exports/index.ts",
"types": "./lib/dts/src/_exports/index.d.ts",
"files": [

@@ -64,4 +64,4 @@ "lib",

"lint": "eslint .",
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json",
"test": "jest"
"test": "jest",
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json"
},

@@ -71,8 +71,8 @@ "dependencies": {

"@sanity/client": "^6.15.7",
"@sanity/types": "3.36.2",
"@sanity/util": "3.36.2",
"@sanity/types": "3.36.3",
"@sanity/util": "3.36.3",
"arrify": "^2.0.1",
"debug": "^4.3.4",
"fast-fifo": "^1.3.2",
"groq-js": "^1.5.0",
"groq-js": "^1.7.0",
"p-map": "^7.0.1"

@@ -89,3 +89,3 @@ },

},
"gitHead": "01f69c354af02bea455f5caed644aa140ae1343f"
"gitHead": "e99c3451f73d5d16c1842490ab2f9e38f490afe6"
}
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