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.7 to 6.1.8

6

package.json
{
"name": "@shopify/react-graphql",
"version": "6.1.7",
"version": "6.1.8",
"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.15",
"@shopify/react-async": "^3.1.16",
"@shopify/react-effect": "^3.2.12",
"@shopify/react-hooks": "^1.9.0",
"@shopify/react-hooks": "^1.9.1",
"@shopify/react-idle": "^1.0.17",

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

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

Before using the hooks and other utilities provided by this package, you must wrap your application in an `ApolloProvider`. This provider should be usedinstead of `react-apollo`'s [`ApolloProvider`](https://www.apollographql.com/docs/react/api/react-apollo#ApolloProvider), and it accepts the same props as that component.
Before using the hooks and other utilities provided by this package, you must wrap your application in an `ApolloProvider`. This provider should be used instead of `react-apollo`'s [`ApolloProvider`](https://www.apollographql.com/docs/react/api/react-apollo#ApolloProvider), and it accepts the same props as that component.

@@ -25,0 +25,0 @@ ```tsx

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