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

@shopify/react-graphql

Package Overview
Dependencies
Maintainers
13
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 6.1.8 to 6.1.9

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [6.1.9] - 2020-05-14
### Changed
- Improve typings for `usePrefetch` to accept a `fetchPolicy` in `options` ([#1437](https://github.com/Shopify/quilt/pull/1437))
## [6.1.0] - 2020-03-13

@@ -12,0 +18,0 @@

6

package.json
{
"name": "@shopify/react-graphql",
"version": "6.1.8",
"version": "6.1.9",
"license": "MIT",

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

"@shopify/async": "^2.1.4",
"@shopify/react-async": "^3.1.16",
"@shopify/react-async": "^3.1.17",
"@shopify/react-effect": "^3.2.12",
"@shopify/react-hooks": "^1.9.1",
"@shopify/react-hooks": "^1.10.0",
"@shopify/react-idle": "^1.0.17",

@@ -36,0 +36,0 @@ "@shopify/useful-types": "^2.1.5",

@@ -86,2 +86,6 @@ # `@shopify/react-graphql`

refetch(variables?: Variables): Promise<ApolloQueryResult<Data>>;
fetchMore(
fetchMoreOptions: FetchMoreQueryOptions<Variables> &
FetchMoreOptions<Data, Variables>,
): Promise<ApolloQueryResult<Data>>;
networkStatus: NetworkStatus | undefined;

@@ -88,0 +92,0 @@ variables: Variables | undefined;

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