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

@metrichor/epi2me-client-node

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metrichor/epi2me-client-node - npm Package Compare versions

Comparing version 0.1.10205514 to 0.1.10205535

18

common/index.d.ts

@@ -1,10 +0,12 @@

import type { ApolloCache, ApolloClient } from '@apollo/client/core';
import type { ErrorHandler } from '@apollo/client/link/error';
import type { ClientOptions } from './ClientOptions.type';
import { DEFAULT_ENDPOINT } from './endpoint.constants';
export type { ErrorHandler } from '@apollo/client/link/error';
export type { ClientOptions } from './ClientOptions.type';
export type { MockResponse } from '../common/mock_client';
export type { DocumentNode } from 'graphql';
export type { TypedDocumentNode } from '@graphql-typed-document-node/core';
export type { ApolloCache, ApolloClient, FetchPolicy, QueryOptions, MutationOptions, ApolloQueryResult, OperationVariables, ObservableQuery, FetchResult, } from '@apollo/client/core';
export { DEFAULT_ENDPOINT } from './endpoint.constants';
export { resolve_endpoint } from './resolve_endpoint';
export { create_mock_client, MockResponse } from '../common/mock_client';
export { GraphQLError, DocumentNode } from 'graphql';
export { TypedDocumentNode } from '@graphql-typed-document-node/core';
export { DEFAULT_ENDPOINT, ClientOptions, ErrorHandler, ApolloClient, ApolloCache };
export { create_mock_client } from '../common/mock_client';
export { GraphQLError } from 'graphql';
export { ApolloError, isApolloError, gql } from '@apollo/client/core';
//# sourceMappingURL=index.d.ts.map

@@ -8,3 +8,2 @@ 'use strict';

var graphql = require('graphql');
require('@graphql-typed-document-node/core');

@@ -225,2 +224,14 @@ function sha1_digest(message, key) {

Object.defineProperty(exports, 'ApolloError', {
enumerable: true,
get: function () { return core.ApolloError; }
});
Object.defineProperty(exports, 'gql', {
enumerable: true,
get: function () { return core.gql; }
});
Object.defineProperty(exports, 'isApolloError', {
enumerable: true,
get: function () { return core.isApolloError; }
});
Object.defineProperty(exports, 'GraphQLError', {

@@ -227,0 +238,0 @@ enumerable: true,

{
"name": "@metrichor/epi2me-client-node",
"version": "0.1.10205514",
"version": "0.1.10205535",
"license": "MPL-2.0",

@@ -11,3 +11,2 @@ "author": "Metrichor <support@nanoporetech.com>",

"@apollo/client": "^3.7.6",
"@graphql-typed-document-node/core": "^3.1.1",
"graphql": "^16.6.0",

@@ -14,0 +13,0 @@ "node-fetch": "^3.3.0"

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