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

@metrichor/epi2me-web

Package Overview
Dependencies
Maintainers
3
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metrichor/epi2me-web - npm Package Compare versions

Comparing version 4.0.4202172 to 4.0.4204100

cjs/factory.type.js

2

package.json

@@ -12,3 +12,3 @@ {

"private": false,
"version": "4.0.4202172",
"version": "4.0.4204100",
"main": "cjs/index-web.js",

@@ -15,0 +15,0 @@ "module": "esm/index-web.js",

@@ -12,17 +12,3 @@ import { EPI2ME_FS } from './epi2me-fs';

import type { EPI2ME_OPTIONS } from './epi2me-options';
export interface InstanceAttribute {
id_attribute: Index;
value: string;
}
export interface GQLWorkflowConfig {
idWorkflow: Index;
computeAccountId: Index;
storageAccountId?: Index;
isConsentedHuman?: boolean;
idDataset?: Index;
storeResults?: boolean;
region?: string;
userDefined?: ObjectDict<ObjectDict>;
instanceAttributes?: InstanceAttribute[];
}
import { GQLWorkflowConfig } from './factory.type';
export declare class Factory {

@@ -29,0 +15,0 @@ private readonly EPI2ME;

@@ -5,3 +5,3 @@ import { grpc } from '@improbable-eng/grpc-web';

import { EPI2ME_OPTIONS } from '../../epi2me-options';
import { GQLWorkflowConfig } from '../../factory';
import { GQLWorkflowConfig } from '../../factory.type';
export declare class WorkflowApi {

@@ -8,0 +8,0 @@ private readonly _url;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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