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

next-sanity

Package Overview
Dependencies
Maintainers
1
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.3.0 to 0.4.0

22

package.json
{
"name": "next-sanity",
"description": "Sanity.io toolkit for Next.js",
"version": "0.3.0",
"version": "0.4.0",
"author": "Sanity.io <hello@sanity.io>",

@@ -28,16 +28,16 @@ "license": "MIT",

"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^2.11.0",
"@sanity/groq-store": "^0.2.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^2.14.0",
"@sanity/groq-store": "^0.2.1",
"@sanity/image-url": "^0.140.22",
"groq": "^2.2.6",
"groq": "^2.14.0",
"use-deep-compare-effect": "^1.6.1"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/react": "^17.0.12",
"@types/react-dom": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"@types/jest": "^27.0.0",
"@types/react": "^17.0.17",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.0.0",

@@ -44,0 +44,0 @@ "eslint-config-react-app": "^6.0.0",

@@ -143,3 +143,3 @@ # next-sanity

import {groq} from 'next-sanity'
import {getClient, usePreviewSubscription, urlFor, PortableText} from '../../lib/sanity'
import {usePreviewSubscription, urlFor, PortableText} from '../../lib/sanity'
import {getClient} from '../../lib/sanity.server'

@@ -146,0 +146,0 @@

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