New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4316294 to 4.0.4317827

12

cjs/grpc/api/workflow.js

@@ -53,3 +53,3 @@ "use strict";

}
stop(id, service) {
stop$(id, service) {
const request = new workflow_pb_1.WorkflowInstanceByIdRequest();

@@ -59,9 +59,9 @@ request.setIdworkflowinstance(id);

}
stopUpload(id) {
return this.stop(id, workflow_pb_service_1.Workflow.stopUpload);
stopUpload$(id) {
return this.stop$(id, workflow_pb_service_1.Workflow.stopUpload);
}
stopAnalysis(id) {
return this.stop(id, workflow_pb_service_1.Workflow.stopUpload);
stopAnalysis$(id) {
return this.stop$(id, workflow_pb_service_1.Workflow.stopAnalysis);
}
state(id) {
state$(id) {
const request = new workflow_pb_1.WorkflowInstanceByIdRequest();

@@ -68,0 +68,0 @@ request.setIdworkflowinstance(id);

@@ -50,3 +50,3 @@ import { Empty } from 'google-protobuf/google/protobuf/empty_pb';

}
stop(id, service) {
stop$(id, service) {
const request = new WorkflowInstanceByIdRequest();

@@ -56,9 +56,9 @@ request.setIdworkflowinstance(id);

}
stopUpload(id) {
return this.stop(id, Workflow.stopUpload);
stopUpload$(id) {
return this.stop$(id, Workflow.stopUpload);
}
stopAnalysis(id) {
return this.stop(id, Workflow.stopUpload);
stopAnalysis$(id) {
return this.stop$(id, Workflow.stopAnalysis);
}
state(id) {
state$(id) {
const request = new WorkflowInstanceByIdRequest();

@@ -65,0 +65,0 @@ request.setIdworkflowinstance(id);

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

"private": false,
"version": "4.0.4316294",
"version": "4.0.4317827",
"main": "cjs/index-web.js",

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

@@ -21,6 +21,6 @@ import { grpc } from '@improbable-eng/grpc-web';

}): Observable<StartReply.AsObject>;
private stop;
stopUpload(id: string): Observable<StopReply.AsObject>;
stopAnalysis(id: string): Observable<StopReply.AsObject>;
state(id: string): Observable<RunningInstanceStateReply.AsObject>;
private stop$;
stopUpload$(id: string): Observable<StopReply.AsObject>;
stopAnalysis$(id: string): Observable<StopReply.AsObject>;
state$(id: string): Observable<RunningInstanceStateReply.AsObject>;
}

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

Sorry, the diff of this file is not supported yet

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

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