Socket
Socket
Sign inDemoInstall

@withonevision/omnihive-core

Package Overview
Dependencies
Maintainers
2
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 4.0.3-dev.10 to 4.0.3-dev.16

services/ConnectionService.d.ts

0

enums/HiveWorkerType.d.ts

@@ -0,0 +0,0 @@ export declare enum HiveWorkerType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum LifecycleWorkerAction {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum LifecycleWorkerStage {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum LocalFunctionType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum OmniHiveLogLevel {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum RestMethod {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum ServerStatus {

@@ -0,0 +0,0 @@ "use strict";

import { ConfigurationService } from "../services/ConfigurationService";
import { ConnectionService } from "../services/ConnectionService";
import { WorkerService } from "../services/WorkerService";
export declare class CoreServiceFactory {
static get configurationService(): ConfigurationService;
static get connectionService(): ConnectionService;
static get workerService(): WorkerService;
}
//# sourceMappingURL=CoreServiceFactory.d.ts.map

@@ -5,2 +5,3 @@ "use strict";

const ConfigurationService_1 = require("../services/ConfigurationService");
const ConnectionService_1 = require("../services/ConnectionService");
const WorkerService_1 = require("../services/WorkerService");

@@ -11,2 +12,5 @@ class CoreServiceFactory {

}
static get connectionService() {
return ConnectionService_1.ConnectionService.getSingleton();
}
static get workerService() {

@@ -13,0 +17,0 @@ return WorkerService_1.WorkerService.getSingleton();

@@ -0,0 +0,0 @@ export declare class AwaitHelper {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class ObjectHelper {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class StringBuilder {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class StringHelper {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ICacheWorker.js.map

@@ -0,0 +0,0 @@ import { StoredProcSchema } from "../models/StoredProcSchema";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IDatabaseWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IDateWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IEncryptionWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IErrorWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IFeatureWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IFileSystemWorker.js.map

@@ -0,0 +0,0 @@ import { ConnectionSchema } from "../models/ConnectionSchema";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IGraphBuildWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IGraphEndpointWorker.js.map

@@ -0,0 +0,0 @@ import { HiveAccount } from "../models/HiveAccount";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IHiveAccountWorker.js.map

@@ -0,0 +0,0 @@ import { HiveWorker } from "../models/HiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IHiveWorker.js.map

@@ -0,0 +0,0 @@ import { OmniHiveLogLevel } from "../enums/OmniHiveLogLevel";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ILogWorker.js.map

@@ -0,0 +0,0 @@ import { PubSubListener } from "../models/PubSubListener";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IPubSubClientWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IPubSubServerWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IRestEndpointWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IServerWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IStorageWorker.js.map

@@ -0,0 +0,0 @@ import { IHiveWorker } from "./IHiveWorker";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ITokenWorker.js.map

@@ -0,0 +0,0 @@ import { AuthUser } from "../models/AuthUser";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IUserWorker.js.map

@@ -0,0 +0,0 @@ export declare class AuthUser {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class ClientSettings {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { StoredProcSchema } from "./StoredProcSchema";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class ConverterSqlInfo {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class Customer {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GraphQLScalarType } from "graphql";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Customer } from "./Customer";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class HiveAccountType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class HiveWorker {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IHiveWorker } from "../interfaces/IHiveWorker";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class HiveWorkerMetadataDatabase {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class HiveWorkerMetadataGraphBuilder {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { LifecycleWorkerAction } from "../enums/LifecycleWorkerAction";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RestMethod } from "../enums/RestMethod";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class HiveWorkerMetadataServer {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class OmniHiveConstants {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class PubSubListener {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class ServerConfigSettings {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { HiveWorker } from "./HiveWorker";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class StoredProcSchema {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class TableSchema {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { HiveWorker } from "./HiveWorker";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { TestConfigSettings } from "./TestConfigSettings";

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "@withonevision/omnihive-core",
"version": "4.0.3-dev.10",
"version": "4.0.3-dev.16",
"description": "OmniHive Core",

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

@@ -0,0 +0,0 @@ import { HiveAccount } from "../models/HiveAccount";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IHiveWorker } from "../interfaces/IHiveWorker";

@@ -0,0 +0,0 @@ "use strict";

{
"extends": "../../../tsconfig.json"
}

Sorry, the diff of this file is not supported yet

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