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

@sanity/export

Package Overview
Dependencies
Maintainers
47
Versions
1042
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/export - npm Package Compare versions

Comparing version 3.37.3-cds-unstable.27 to 3.37.3

21

package.json
{
"name": "@sanity/export",
"version": "3.37.3-cds-unstable.27+a9843a2384",
"version": "3.37.3",
"description": "Export Sanity documents and assets",

@@ -16,8 +16,7 @@ "keywords": [

"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
"url": "https://github.com/sanity-io/export/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity.git",
"directory": "packages/@sanity/export"
"url": "git+https://github.com/sanity-io/export.git"
},

@@ -35,6 +34,6 @@ "license": "MIT",

"dependencies": {
"@sanity/util": "3.37.3-cds-unstable.27+a9843a2384",
"@sanity/util": "3.37.2",
"archiver": "^7.0.0",
"debug": "^4.3.4",
"get-it": "^8.4.18",
"get-it": "^8.4.21",
"lodash": "^4.17.21",

@@ -48,2 +47,9 @@ "mississippi": "^4.0.0",

"@jest/globals": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.2",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.5.0",
"string-to-stream": "^1.1.0"

@@ -56,4 +62,3 @@ },

"access": "public"
},
"gitHead": "a9843a2384fafc656ab5a15d3ce63b2f223c52b0"
}
}

@@ -241,4 +241,2 @@ const crypto = require('crypto')

`Asset should be ${contentLength} bytes, got ${size}`,
`Did not succeed after ${attemptNum} attempts.`,
]

@@ -245,0 +243,0 @@

@@ -66,2 +66,3 @@ const fs = require('fs')

// eslint-disable-next-line no-async-promise-executor
return new Promise(async (resolve, reject) => {

@@ -68,0 +69,0 @@ miss.finished(archive, async (archiveErr) => {

const {getIt} = require('get-it')
// eslint-disable-next-line import/extensions
const {keepAlive, promise} = require('get-it/middleware')

@@ -4,0 +3,0 @@ const debug = require('./debug')

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