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 3.0.1 to 3.0.2

2

dist/createGraphQLFactory.d.ts
/// <reference types="node" />
import { EventEmitter } from 'events';
import { ApolloReducerConfig } from 'apollo-cache-inmemory';
import { ApolloClient } from 'apollo-client';
import { EventEmitter } from 'events';
import { Operations } from './utilities';

@@ -6,0 +6,0 @@ import { GraphQLMock } from './types';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var events_1 = require("events");
var apollo_link_1 = require("apollo-link");
var apollo_cache_inmemory_1 = require("apollo-cache-inmemory");
var apollo_client_1 = require("apollo-client");
var events_1 = require("events");
var links_1 = require("./links");

@@ -9,0 +9,0 @@ var utilities_1 = require("./utilities");

{
"name": "@shopify/graphql-testing",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",

@@ -33,3 +33,3 @@ "description": "Utilities to create mock graphql factory.",

"devDependencies": {
"@shopify/useful-types": "^1.2.1",
"@shopify/useful-types": "^1.2.2",
"@types/graphql": "^14.0.0",

@@ -36,0 +36,0 @@ "graphql-typed": "^0.4.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