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 5.2.0-beta.2 to 5.2.0-beta.3

7

CHANGELOG.md

@@ -10,2 +10,9 @@ # Changelog

## [5.2.0] - 2019-09-20
### Added
- Add `createOperationDetailsLink` Apollo link to expose graphql operation details [#1015](https://github.com/Shopify/quilt/pull/1015)
- Add a `totalGraphQLTime` utiltiy to determine the duration of graphql operations [#1015](https://github.com/Shopify/quilt/pull/1015)
## [5.1.0] - 2019-09-05

@@ -12,0 +19,0 @@

2

dist/index.d.ts

@@ -8,3 +8,3 @@ export { DeferTiming } from '@shopify/async';

export * from './hooks';
export * from './links/ssr-extractable-link';
export * from './links';
export * from './utilities';

@@ -15,3 +15,3 @@ "use strict";

tslib_1.__exportStar(require("./hooks"), exports);
tslib_1.__exportStar(require("./links/ssr-extractable-link"), exports);
tslib_1.__exportStar(require("./links"), exports);
tslib_1.__exportStar(require("./utilities"), exports);
{
"name": "@shopify/react-graphql",
"version": "5.2.0-beta.2",
"version": "5.2.0-beta.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React.",

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