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

graphql-request

Package Overview
Dependencies
Maintainers
5
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-request - npm Package Compare versions

Comparing version 7.2.0-next.5 to 7.2.0-next.6

build/layers/6_client/client.d.ts

2

build/entrypoints/alpha/_Graffle.d.ts

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

export * from '../../layers/5_client/client.js';
export * from '../../layers/6_client/client.js';
export * as Scalars from './scalars.js';
//# sourceMappingURL=_Graffle.d.ts.map

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

export * from '../../layers/5_client/client.js';
export * from '../../layers/6_client/client.js';
export * as Scalars from './scalars.js';
//# sourceMappingURL=_Graffle.js.map

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

export { Client, create, createPrefilled, Input, InputPrefilled } from '../../layers/5_client/client.js';
export { create as createSelect, select } from '../../layers/5_select/select.js';
export { Client, create, createPrefilled, Input, InputPrefilled } from '../../layers/6_client/client.js';
//# sourceMappingURL=client.d.ts.map

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

export { create, createPrefilled } from '../../layers/5_client/client.js';
export { create as createSelect, select } from '../../layers/5_select/select.js';
export { create, createPrefilled } from '../../layers/6_client/client.js';
//# sourceMappingURL=client.js.map
import type { StandardScalarVariables } from '../../lib/graphql.js';
import type { DocumentInput, OperationNameInput } from '../5_client/types.js';
import type { DocumentInput, OperationNameInput } from '../6_client/types.js';
export interface BaseInput {

@@ -4,0 +4,0 @@ document: DocumentInput;

import { Schema } from '../1_Schema/__.js';
import type { ReturnModeType } from '../5_client/Config.js';
import type { ReturnModeType } from '../6_client/Config.js';
import type { SelectionSet } from './__.js';

@@ -4,0 +4,0 @@ import type { Indicator } from './runtime/indicator.js';

import type { Schema } from '../1_Schema/__.js';
import type { Config } from '../5_client/Config.js';
import type { Config } from '../6_client/Config.js';
export type Transport = TransportMemory | TransportHttp;

@@ -4,0 +4,0 @@ export type TransportMemory = 'memory';

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

import type { Extension } from '../5_client/client.js';
import type { Extension } from '../6_client/client.js';
export declare const createExtension: (input: Extension) => Extension;
//# sourceMappingURL=createExtension.d.ts.map
{
"name": "graphql-request",
"version": "7.2.0-next.5",
"version": "7.2.0-next.6",
"packageManager": "pnpm@9.4.0",

@@ -5,0 +5,0 @@ "type": "module",

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

export * from '../../layers/5_client/client.js'
export * from '../../layers/6_client/client.js'
export * as Scalars from './scalars.js'

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

export { Client, create, createPrefilled, Input, InputPrefilled } from '../../layers/5_client/client.js'
export { create as createSelect, select } from '../../layers/5_select/select.js'
export { Client, create, createPrefilled, Input, InputPrefilled } from '../../layers/6_client/client.js'
import type { StandardScalarVariables } from '../../lib/graphql.js'
import type { DocumentInput, OperationNameInput } from '../5_client/types.js'
import type { DocumentInput, OperationNameInput } from '../6_client/types.js'

@@ -4,0 +4,0 @@ export interface BaseInput {

@@ -5,3 +5,3 @@ import { RootTypeName } from '../../lib/graphql.js'

import { readMaybeThunk } from '../1_Schema/core/helpers.js'
import type { ReturnModeType } from '../5_client/Config.js'
import type { ReturnModeType } from '../6_client/Config.js'
import type { SelectionSet } from './__.js'

@@ -8,0 +8,0 @@ import { isSelectFieldName } from './helpers.js'

import type { Schema } from '../1_Schema/__.js'
import type { Config } from '../5_client/Config.js'
import type { Config } from '../6_client/Config.js'

@@ -4,0 +4,0 @@ export type Transport = TransportMemory | TransportHttp

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

import type { Extension } from '../5_client/client.js'
import type { Extension } from '../6_client/client.js'
export const createExtension = (input: Extension) => input

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