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

@nuxtjs/sanity

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/sanity - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

dist/module.json
{
"name": "@nuxtjs/sanity",
"version": "1.4.0",
"version": "1.4.1",
"configKey": "sanity",

@@ -5,0 +5,0 @@ "compatibility": {

@@ -13,4 +13,4 @@ import type { AsyncData, AsyncDataOptions } from 'nuxt/app';

}
export declare const useSanityQuery: <T = unknown, E = Error>(query: string, _params?: Record<string, any>, options?: UseSanityQueryOptions<T>) => AsyncData<T, true | E>;
export declare const useLazySanityQuery: <T = unknown, E = Error>(query: string, _params?: Record<string, any>, options?: UseSanityQueryOptions<T>) => AsyncData<T, true | E>;
export declare const useSanityQuery: <T = unknown, E = Error>(query: string, _params?: Record<string, any>, _options?: UseSanityQueryOptions<T>) => AsyncData<T, true | E>;
export declare const useLazySanityQuery: <T = unknown, E = Error>(query: string, _params?: Record<string, any>, _options?: UseSanityQueryOptions<T>) => AsyncData<T, true | E>;
export {};
{
"name": "@nuxtjs/sanity",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "nuxt-modules/sanity",

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