Socket
Socket
Sign inDemoInstall

@withonevision/omnihive-core

Package Overview
Dependencies
Maintainers
4
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withonevision/omnihive-core - npm Package Compare versions

Comparing version 6.2.47 to 6.2.48

3

interfaces/IGraphEndpointWorker.d.ts

@@ -0,5 +1,6 @@

import { GraphContext } from "../models/GraphContext";
import { IHiveWorker } from "./IHiveWorker";
export interface IGraphEndpointWorker extends IHiveWorker {
execute: (customArgs: any) => Promise<{}>;
execute: (customArgs: any, omniHiveContext: GraphContext) => Promise<{}>;
}
//# sourceMappingURL=IGraphEndpointWorker.d.ts.map
{
"name": "@withonevision/omnihive-core",
"version": "6.2.47",
"version": "6.2.48",
"description": "OmniHive Core",

@@ -5,0 +5,0 @@ "license": "MIT",

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