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

@shopify/react-graphql

Package Overview
Dependencies
Maintainers
18
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 7.1.15 to 7.1.16-mock-factory-beta.0

14

package.json
{
"name": "@shopify/react-graphql",
"version": "7.1.15",
"version": "7.1.16-mock-factory-beta.0",
"license": "MIT",

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

"@shopify/async": "^3.1.0",
"@shopify/react-async": "^4.1.13",
"@shopify/react-async": "^4.1.14-mock-factory-beta.0",
"@shopify/react-effect": "^4.1.7",
"@shopify/react-hooks": "^2.1.9",
"@shopify/react-idle": "^2.1.7",
"@shopify/useful-types": "^3.0.5",
"@shopify/react-hooks": "^2.1.10-mock-factory-beta.0",
"@shopify/react-idle": "^2.1.7-mock-factory-beta.0",
"@shopify/useful-types": "^3.0.5-mock-factory-beta.0",
"apollo-cache-inmemory": ">=1.0.0 <2.0.0",

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

"devDependencies": {
"@shopify/react-testing": "^3.3.0"
"@shopify/react-testing": "^3.3.1-mock-factory-beta.0"
},

@@ -66,3 +66,3 @@ "files": [

},
"gitHead": "aa379a4402e46b524bc560c2d3f99578816660d1"
"gitHead": "8dfd8e320fadf6440902b80b4f430112fd4cba7a"
}

@@ -17,3 +17,3 @@ # `@shopify/react-graphql`

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.
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/quilt/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