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

@shopify/react-graphql

Package Overview
Dependencies
Maintainers
27
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-graphql - npm Package Compare versions

Comparing version 0.0.0-snapshot-20230428103020 to 0.0.0-snapshot-20230503131115

2

build/ts/hooks/types.d.ts

@@ -5,3 +5,3 @@ import type { ApolloClient, MutationOptions as ClientMutationOptions, QueryResult, OperationVariables, MutationOptions, FetchResult } from '@apollo/client';

import type { VariableOptions } from '../types';
export type QueryHookOptions<Data = any, Variables = OperationVariables> = Omit<QueryComponentOptions<Data, Variables>, 'query' | 'partialRefetch' | 'children' | 'variables'> & VariableOptions<Variables> & {
export type QueryHookOptions<Data = any, Variables = OperationVariables> = Omit<QueryComponentOptions<Data, Variables>, 'query' | 'partialRefetch' | 'children' | 'variables' | 'onCompleted' | 'onError'> & VariableOptions<Variables> & {
skip?: boolean;

@@ -8,0 +8,0 @@ };

{
"name": "@shopify/react-graphql",
"version": "0.0.0-snapshot-20230428103020",
"version": "0.0.0-snapshot-20230503131115",
"license": "MIT",

@@ -29,5 +29,5 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React",

"@shopify/async": "^4.0.3",
"@shopify/react-async": "0.0.0-snapshot-20230428103020",
"@shopify/react-async": "^5.2.3",
"@shopify/react-effect": "^5.0.3",
"@shopify/react-hooks": "0.0.0-snapshot-20230428103020",
"@shopify/react-hooks": "^3.0.5",
"@shopify/react-idle": "^3.1.2",

@@ -34,0 +34,0 @@ "@shopify/useful-types": "^5.1.2",

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