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

vite-plugin-vue-gql

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-vue-gql - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

client.d.ts

@@ -6,6 +6,5 @@ declare module 'vite-gql' {

export function useQuery<T, V>(queryName?: string, variables: UseQueryArgs.variables, options?: UseQueryOptions): UseQueryResponse<T, V>
export function useQuery<T, V>(variables?: UseQueryArgs.variables | null, options?: UseQueryOptions): UseQueryResponse<T, V>
export function useQuery<T, V>(variables?: UseQueryArgs.variables | null, options?: UseQueryOptions): UseQueryResponse<T, V>
export function useMutation<T, V>(query?: string): UseMutationResponse<T, V>
export function useQuery<T = any, V = any>(variables?: UseQueryArgs.variables | null, options?: UseQueryOptions): UseQueryResponse<T, V>
export function useQuery<T = any, V = any>(queryName?: string, variables: UseQueryArgs.variables, options?: UseQueryOptions): UseQueryResponse<T, V>
export function useMutation<T = any, V = any>(query?: string): UseMutationResponse<T, V>
}
{
"name": "vite-plugin-vue-gql",
"description": "Vue SFC GraphQL Block",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "module": "dist/index.mjs",

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