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 7.1.0 to 7.1.2

27

package.json
{
"name": "@shopify/react-graphql",
"version": "7.1.0",
"version": "7.1.2",
"license": "MIT",
"description": "Tools for creating type-safe and asynchronous GraphQL components for React",
"main": "index.js",
"types": "index.d.ts",
"types": "./build/ts/index.d.ts",
"sideEffects": false,

@@ -29,23 +29,22 @@ "publishConfig": {

"@apollo/react-hooks": ">=3.0.0 <4.0.0",
"@shopify/async": "^3.0.1",
"@shopify/react-async": "^4.1.0",
"@shopify/react-effect": "^4.1.0",
"@shopify/react-hooks": "^2.1.0",
"@shopify/react-idle": "^2.1.0",
"@shopify/useful-types": "^3.0.1",
"@shopify/async": "^3.0.3",
"@shopify/react-async": "^4.1.2",
"@shopify/react-effect": "^4.1.2",
"@shopify/react-hooks": "^2.1.2",
"@shopify/react-idle": "^2.1.2",
"@shopify/useful-types": "^3.0.3",
"apollo-cache-inmemory": ">=1.0.0 <2.0.0",
"apollo-client": ">=2.0.0 <3.0.0",
"apollo-link": ">=1.0.0 <2.0.0",
"graphql-typed": "^1.0.0"
"graphql-typed": "^1.0.2"
},
"devDependencies": {
"@shopify/react-testing": "^3.2.0"
"@shopify/react-testing": "^3.2.2"
},
"files": [
"build/*",
"!*.tsbuildinfo",
"!build/*.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts"
"index.esnext"
],

@@ -65,3 +64,3 @@ "peerDependencies": {

},
"gitHead": "30d892584692f05644604a818e8f3613d1ec6e0b"
"gitHead": "798d03d90b914be7bcd43092910840fb7d58866f"
}
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