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

@shopify/react-graphql

Package Overview
Dependencies
Maintainers
19
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.2.0 to 6.2.1

18

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

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

},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-graphql/README.md",
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-graphql/README.md",
"dependencies": {
"@apollo/react-common": ">=3.0.0 <4.0.0",
"@apollo/react-hooks": ">=3.0.0 <4.0.0",
"@shopify/async": "^2.2.0",
"@shopify/react-async": "^3.2.0",
"@shopify/react-effect": "^3.3.0",
"@shopify/react-hooks": "^1.12.0",
"@shopify/react-idle": "^1.1.0",
"@shopify/useful-types": "^2.3.0",
"@shopify/async": "^2.2.1",
"@shopify/react-async": "^3.2.1",
"@shopify/react-effect": "^3.3.1",
"@shopify/react-hooks": "^1.12.1",
"@shopify/react-idle": "^1.1.1",
"@shopify/useful-types": "^2.3.1",
"apollo-cache-inmemory": ">=1.0.0 <2.0.0",

@@ -43,3 +43,3 @@ "apollo-client": ">=2.0.0 <3.0.0",

"devDependencies": {
"@shopify/react-testing": "^2.2.0"
"@shopify/react-testing": "^2.2.1"
},

@@ -46,0 +46,0 @@ "files": [

# `@shopify/react-graphql`
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-graphql.svg)](https://badge.fury.io/js/%40shopify%2Freact-graphql.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-graphql.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-graphql.svg)

@@ -17,3 +17,3 @@

This library builds on top of [react-apollo](https://github.com/apollographql/react-apollo). It provides alternatives to many of Apollo’s APIs, including `useQuery` and `useMutation`, to provide seamless and thorough type checking for query components whose types are generated by [`graphql-typescript-definitions`](https://github.com/Shopify/graphql-tools-web/tree/master/packages/graphql-typescript-definitions). Additionally, it provides techniques for creating asynchronously loaded GraphQL queries that seamlessly interoperate with [`@shopify/react-async`’s](../react-async) `usePreload`, `usePrefetch`, and `useKeepFresh` APIs.
This library builds on top of [react-apollo](https://github.com/apollographql/react-apollo). It provides alternatives to many of Apollo’s APIs, including `useQuery` and `useMutation`, to provide seamless and thorough type checking for query components whose types are generated by [`graphql-typescript-definitions`](https://github.com/Shopify/graphql-tools-web/tree/main/packages/graphql-typescript-definitions). Additionally, it provides techniques for creating asynchronously loaded GraphQL queries that seamlessly interoperate with [`@shopify/react-async`’s](../react-async) `usePreload`, `usePrefetch`, and `useKeepFresh` APIs.

@@ -20,0 +20,0 @@ ### Prerequisites

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