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.2.10451934 to 0.2.10451948

4

common/index.d.ts

@@ -9,3 +9,3 @@ export type { ErrorHandler } from '@apollo/client/link/error';

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 type { ApolloCache, ApolloClient, FetchPolicy, QueryOptions, MutationOptions, ApolloQueryResult, OperationVariables, ObservableQuery, FetchResult, ObservableSubscription } from '@apollo/client/core';
export { DEFAULT_ENDPOINT } from './endpoint.constants';

@@ -16,5 +16,5 @@ export { resolve_endpoint } from './resolve_endpoint';

export { GraphQLError } from 'graphql';
export { ApolloError, isApolloError, gql } from '@apollo/client/core';
export { ApolloError, isApolloError, gql, NetworkStatus } from '@apollo/client/core';
export { get_report_components } from './chain';
export { create_telemetry_client, watch_report_available, watch_report_content, has_telemetry, get_telemetry_content } from './telemetry_client';
//# sourceMappingURL=index.d.ts.map

@@ -580,2 +580,6 @@ 'use strict';

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

@@ -582,0 +586,0 @@ enumerable: true,

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

@@ -5,0 +5,0 @@ "author": "Metrichor <support@nanoporetech.com>",

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