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

next-sanity

Package Overview
Dependencies
Maintainers
33
Versions
393
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-sanity - npm Package Compare versions

Comparing version 0.6.8 to 0.6.9

18

package.json
{
"name": "next-sanity",
"version": "0.6.8",
"version": "0.6.9",
"description": "Sanity.io toolkit for Next.js",

@@ -29,4 +29,17 @@ "keywords": [

},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./studio": {
"source": "./src/studio.ts",
"require": "./lib/cjs/studio.js",
"default": "./lib/esm/studio.js"
}
},
"//": "the typesVersion config below is a workaround for TypeScript's lack of support for package exports",
"typesVersions": {
"*": {
"studio": [
"./dist/studio.d.ts"
]
}
},
"main": "dist/index.js",

@@ -69,3 +82,2 @@ "module": "dist/next-sanity.esm.js",

"@sanity/eslint-config-studio": "^2.0.0",
"@semantic-release/exec": "^6.0.3",
"@testing-library/react-hooks": "^7.0.2",

@@ -72,0 +84,0 @@ "@types/eventsource": "^1.1.9",

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