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

@shopify/graphql-testing

Package Overview
Dependencies
Maintainers
27
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 7.0.0 to 7.0.1

3

build/ts/factory.d.ts

@@ -1,4 +0,5 @@

import { GraphQL, Options } from './graphql-controller';
import type { Options } from './graphql-controller';
import { GraphQL } from './graphql-controller';
import type { GraphQLMock } from './types';
export declare function createGraphQLFactory(options?: Options): (mock?: GraphQLMock) => GraphQL;
//# sourceMappingURL=factory.d.ts.map

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

import { ApolloClient, ApolloLink, InMemoryCacheConfig } from '@apollo/client';
import type { InMemoryCacheConfig } from '@apollo/client';
import { ApolloClient, ApolloLink } from '@apollo/client';
import { Operations } from './operations';

@@ -3,0 +4,0 @@ import type { GraphQLMock, MockRequest, FindOptions } from './types';

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

import { ApolloLink, Observable, Operation, NextLink, FetchResult } from '@apollo/client';
import type { Operation, NextLink, FetchResult } from '@apollo/client';
import { ApolloLink, Observable } from '@apollo/client';
import type { MockRequest } from '../types';

@@ -3,0 +4,0 @@ interface Options {

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

import { ApolloLink, Observable, Operation } from '@apollo/client';
import type { Operation } from '@apollo/client';
import { ApolloLink, Observable } from '@apollo/client';
import type { GraphQLMock } from '../types';

@@ -3,0 +4,0 @@ export declare class MockLink extends ApolloLink {

{
"name": "@shopify/graphql-testing",
"version": "7.0.0",
"version": "7.0.1",
"license": "MIT",

@@ -39,3 +39,3 @@ "description": "Utilities to create mock GraphQL factories",

"devDependencies": {
"graphql-typed": "^2.0.1"
"graphql-typed": "^2.0.2"
},

@@ -42,0 +42,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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