Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/graphql-testing

Package Overview
Dependencies
Maintainers
13
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/graphql-testing - npm Package Compare versions

Comparing version 4.0.8 to 4.0.9

dist/src/client.d.ts

6

CHANGELOG.md

@@ -8,4 +8,8 @@ # Changelog

## [Unreleased]
## [4.0.9] - 2019-12-04
### Fixed
- Adding `TestingApolloClient` to fix scenarios where some `fetchPolicy` values produce React events firing outside of an `act` scope ([#1198](https://github.com/Shopify/quilt/pull/1198))
## [4.0.0] - 2019-07-03

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

4

dist/src/graphql-controller.js

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

var apollo_cache_inmemory_1 = require("apollo-cache-inmemory");
var apollo_client_1 = require("apollo-client");
var client_1 = require("./client");
var links_1 = require("./links");

@@ -39,3 +39,3 @@ var operations_1 = require("./operations");

]);
this.client = new apollo_client_1.ApolloClient({
this.client = new client_1.TestingApolloClient({
link: link,

@@ -42,0 +42,0 @@ cache: cache,

{
"name": "@shopify/graphql-testing",
"version": "4.0.8",
"version": "4.0.9",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Utilities to create mock graphql factory.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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