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.1.19 to 6.2.0-sk-next-beta.0

build/cjs/ApolloContext.js

38

package.json
{
"name": "@shopify/react-graphql",
"version": "6.1.19",
"version": "6.2.0-sk-next-beta.0",
"license": "MIT",
"description": "Tools for creating type-safe and asynchronous GraphQL components for React",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -29,8 +29,8 @@ "build": "tsc --p tsconfig.json"

"@apollo/react-hooks": ">=3.0.0 <4.0.0",
"@shopify/async": "^2.1.7",
"@shopify/react-async": "^3.1.25",
"@shopify/react-effect": "^3.2.13",
"@shopify/react-hooks": "^1.11.2",
"@shopify/react-idle": "^1.0.21",
"@shopify/useful-types": "^2.2.1",
"@shopify/async": "^2.2.0-sk-next-beta.0",
"@shopify/react-async": "^3.2.0-sk-next-beta.0",
"@shopify/react-effect": "^3.3.0-sk-next-beta.0",
"@shopify/react-hooks": "^1.12.0-sk-next-beta.0",
"@shopify/react-idle": "^1.1.0-sk-next-beta.0",
"@shopify/useful-types": "^2.3.0-sk-next-beta.0",
"apollo-cache-inmemory": ">=1.0.0 <2.0.0",

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

"devDependencies": {
"@shopify/react-testing": "^2.1.4"
"@shopify/react-testing": "^2.2.0-sk-next-beta.0"
},
"files": [
"dist/*",
"!tsconfig.tsbuildinfo"
"build/*",
"!tsconfig.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts"
],
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
},
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
".": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
}
}
}
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