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 4.0.2 to 4.0.3

dist/client.d.ts

4

CHANGELOG.md

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

## Added
- Adds SSR extractable link to support GraphQL Self-serialization ([810](https://github.com/Shopify/quilt/pull/810))
## [4.0.2] - 2019-07-05

@@ -12,0 +16,0 @@

3

dist/hooks/tests/utilities.d.ts

@@ -1,2 +0,1 @@

import * as React from 'react';
import { GraphQL } from '@shopify/graphql-testing';

@@ -10,3 +9,3 @@ interface Options {

}
export declare const mountWithGraphQL: <Props>(element: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, options?: Options | undefined) => Promise<import("../../../../react-testing/dist").CustomRoot<Props, Context>>;
export declare const mountWithGraphQL: import("../../../../react-testing/dist").CustomMount<Options, Context, true>;
export declare function createResolvablePromise<T>(value: T): {

@@ -13,0 +12,0 @@ resolve: () => Promise<T>;

@@ -7,2 +7,4 @@ export { DeferTiming } from '@shopify/async';

export { ApolloProvider } from './ApolloProvider';
export { ApolloClient } from './client';
export { createGraphQLClient, Options } from './createClient';
export * from './hooks';

@@ -14,2 +14,6 @@ "use strict";

exports.ApolloProvider = ApolloProvider_1.ApolloProvider;
var client_1 = require("./client");
exports.ApolloClient = client_1.ApolloClient;
var createClient_1 = require("./createClient");
exports.createGraphQLClient = createClient_1.createGraphQLClient;
tslib_1.__exportStar(require("./hooks"), exports);
{
"name": "@shopify/react-graphql",
"version": "4.0.2",
"version": "4.0.3",
"license": "MIT",

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

"@shopify/async": "^2.0.0",
"@shopify/react-async": "^3.0.1",
"@shopify/react-async": "^3.0.2",
"@shopify/react-hooks": "^1.2.1",
"@shopify/useful-types": "^1.3.0",
"apollo-client": "^2.6.0",
"apollo-link-http": "^1.5.15",
"graphql-typed": "^0.4.0",

@@ -34,0 +35,0 @@ "react-apollo": ">=2.2.3 <3.0.0"

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