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

@accounts/graphql-client

Package Overview
Dependencies
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/graphql-client - npm Package Compare versions

Comparing version 1.0.0-alpha-20231122105229-8edd073f to 1.0.0-alpha-20231122120807-69a661e3

6

lib/graphql-client.d.ts

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

import { AccountsClient, TransportInterface } from '@accounts/client';
import { CreateUser, ImpersonationResult, LoginResult, User, CreateUserResult } from '@accounts/types';
import { DocumentNode } from 'graphql/language';
import { type AccountsClient, type TransportInterface } from '@accounts/client';
import { type CreateUser, type ImpersonationResult, type LoginResult, type User, type CreateUserResult } from '@accounts/types';
import { type DocumentNode } from 'graphql/language';
export interface AuthenticateParams {

@@ -5,0 +5,0 @@ [key: string]: string | object;

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

import { GraphQLError } from 'graphql/error/GraphQLError';
import { type GraphQLError } from 'graphql/error/GraphQLError';
export declare class GraphQLErrorList extends Error {

@@ -3,0 +3,0 @@ errors: readonly GraphQLError[];

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

import { DocumentNode } from 'graphql';
import { type DocumentNode } from 'graphql';
/**

@@ -3,0 +3,0 @@ * Utility function used to modify the current query Document.

{
"name": "@accounts/graphql-client",
"version": "1.0.0-alpha-20231122105229-8edd073f",
"version": "1.0.0-alpha-20231122120807-69a661e3",
"description": "GraphQL client transport for accounts",

@@ -36,4 +36,4 @@ "main": "lib/index.js",

"dependencies": {
"@accounts/client": "1.0.0-alpha-20231122105229-8edd073f",
"@accounts/types": "1.0.0-alpha-20231122105229-8edd073f",
"@accounts/client": "1.0.0-alpha-20231122120807-69a661e3",
"@accounts/types": "1.0.0-alpha-20231122120807-69a661e3",
"@graphql-typed-document-node/core": "3.2.0",

@@ -40,0 +40,0 @@ "tslib": "2.6.2"

@@ -1,11 +0,11 @@

import { AccountsClient, TransportInterface } from '@accounts/client';
import { type AccountsClient, type TransportInterface } from '@accounts/client';
import {
CreateUser,
ImpersonationResult,
LoginResult,
User,
CreateUserResult,
type CreateUser,
type ImpersonationResult,
type LoginResult,
type User,
type CreateUserResult,
} from '@accounts/types';
import { print, DocumentNode } from 'graphql/language';
import { TypedDocumentNode } from '@graphql-typed-document-node/core';
import { print, type DocumentNode } from 'graphql/language';
import { type TypedDocumentNode } from '@graphql-typed-document-node/core';
import {

@@ -12,0 +12,0 @@ CreateUserDocument,

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

import { GraphQLError } from 'graphql/error/GraphQLError';
import { type GraphQLError } from 'graphql/error/GraphQLError';

@@ -3,0 +3,0 @@ export class GraphQLErrorList extends Error {

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

import { DocumentNode } from 'graphql';
import { type DocumentNode } from 'graphql';

@@ -3,0 +3,0 @@ /**

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