@withonevision/omnihive-core
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AdminEventType = void 0; | ||
var AdminEventType; | ||
export var AdminEventType; | ||
(function (AdminEventType) { | ||
@@ -29,3 +26,3 @@ AdminEventType["AccessTokenRequest"] = "access-token-request"; | ||
AdminEventType["UrlListResponse"] = "url-list-response"; | ||
})(AdminEventType = exports.AdminEventType || (exports.AdminEventType = {})); | ||
})(AdminEventType || (AdminEventType = {})); | ||
//# sourceMappingURL=AdminEventType.js.map |
@@ -1,9 +0,6 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AdminRoomType = void 0; | ||
var AdminRoomType; | ||
export var AdminRoomType; | ||
(function (AdminRoomType) { | ||
AdminRoomType["Command"] = "command"; | ||
AdminRoomType["Log"] = "log"; | ||
})(AdminRoomType = exports.AdminRoomType || (exports.AdminRoomType = {})); | ||
})(AdminRoomType || (AdminRoomType = {})); | ||
//# sourceMappingURL=AdminRoomType.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EnvironmentVariableType = void 0; | ||
var EnvironmentVariableType; | ||
export var EnvironmentVariableType; | ||
(function (EnvironmentVariableType) { | ||
@@ -9,3 +6,3 @@ EnvironmentVariableType["String"] = "string"; | ||
EnvironmentVariableType["Boolean"] = "boolean"; | ||
})(EnvironmentVariableType = exports.EnvironmentVariableType || (exports.EnvironmentVariableType = {})); | ||
})(EnvironmentVariableType || (EnvironmentVariableType = {})); | ||
//# sourceMappingURL=EnvironmentVariableType.js.map |
export declare enum HiveWorkerType { | ||
Cache = "cache", | ||
Config = "config", | ||
Custom = "custom", | ||
Date = "date", | ||
@@ -5,0 +6,0 @@ Database = "database", |
@@ -1,8 +0,6 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HiveWorkerType = void 0; | ||
var HiveWorkerType; | ||
export var HiveWorkerType; | ||
(function (HiveWorkerType) { | ||
HiveWorkerType["Cache"] = "cache"; | ||
HiveWorkerType["Config"] = "config"; | ||
HiveWorkerType["Custom"] = "custom"; | ||
HiveWorkerType["Date"] = "date"; | ||
@@ -27,3 +25,3 @@ HiveWorkerType["Database"] = "database"; | ||
HiveWorkerType["Unknown"] = "unknown"; | ||
})(HiveWorkerType = exports.HiveWorkerType || (exports.HiveWorkerType = {})); | ||
})(HiveWorkerType || (HiveWorkerType = {})); | ||
//# sourceMappingURL=HiveWorkerType.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LifecycleWorkerAction = void 0; | ||
var LifecycleWorkerAction; | ||
export var LifecycleWorkerAction; | ||
(function (LifecycleWorkerAction) { | ||
@@ -10,3 +7,3 @@ LifecycleWorkerAction["Insert"] = "insert"; | ||
LifecycleWorkerAction["None"] = ""; | ||
})(LifecycleWorkerAction = exports.LifecycleWorkerAction || (exports.LifecycleWorkerAction = {})); | ||
})(LifecycleWorkerAction || (LifecycleWorkerAction = {})); | ||
//# sourceMappingURL=LifecycleWorkerAction.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LifecycleWorkerStage = void 0; | ||
var LifecycleWorkerStage; | ||
export var LifecycleWorkerStage; | ||
(function (LifecycleWorkerStage) { | ||
@@ -10,3 +7,3 @@ LifecycleWorkerStage["After"] = "after"; | ||
LifecycleWorkerStage["None"] = ""; | ||
})(LifecycleWorkerStage = exports.LifecycleWorkerStage || (exports.LifecycleWorkerStage = {})); | ||
})(LifecycleWorkerStage || (LifecycleWorkerStage = {})); | ||
//# sourceMappingURL=LifecycleWorkerStage.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LocalFunctionType = void 0; | ||
var LocalFunctionType; | ||
export var LocalFunctionType; | ||
(function (LocalFunctionType) { | ||
@@ -11,3 +8,3 @@ LocalFunctionType["Graph"] = "graph"; | ||
LocalFunctionType["Workflow"] = "workflow"; | ||
})(LocalFunctionType = exports.LocalFunctionType || (exports.LocalFunctionType = {})); | ||
})(LocalFunctionType || (LocalFunctionType = {})); | ||
//# sourceMappingURL=LocalFunctionType.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OmniHiveLogLevel = void 0; | ||
var OmniHiveLogLevel; | ||
export var OmniHiveLogLevel; | ||
(function (OmniHiveLogLevel) { | ||
@@ -9,3 +6,3 @@ OmniHiveLogLevel["Error"] = "error"; | ||
OmniHiveLogLevel["Warn"] = "warn"; | ||
})(OmniHiveLogLevel = exports.OmniHiveLogLevel || (exports.OmniHiveLogLevel = {})); | ||
})(OmniHiveLogLevel || (OmniHiveLogLevel = {})); | ||
//# sourceMappingURL=OmniHiveLogLevel.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.QueryCacheType = void 0; | ||
var QueryCacheType; | ||
export var QueryCacheType; | ||
(function (QueryCacheType) { | ||
@@ -9,3 +6,3 @@ QueryCacheType[QueryCacheType["None"] = 0] = "None"; | ||
QueryCacheType[QueryCacheType["FromCacheForceRefresh"] = 2] = "FromCacheForceRefresh"; | ||
})(QueryCacheType = exports.QueryCacheType || (exports.QueryCacheType = {})); | ||
})(QueryCacheType || (QueryCacheType = {})); | ||
//# sourceMappingURL=QueryCacheType.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RegisteredHiveWorkerSection = void 0; | ||
var RegisteredHiveWorkerSection; | ||
export var RegisteredHiveWorkerSection; | ||
(function (RegisteredHiveWorkerSection) { | ||
@@ -11,3 +8,3 @@ RegisteredHiveWorkerSection["Boot"] = "boot"; | ||
RegisteredHiveWorkerSection["User"] = "user"; | ||
})(RegisteredHiveWorkerSection = exports.RegisteredHiveWorkerSection || (exports.RegisteredHiveWorkerSection = {})); | ||
})(RegisteredHiveWorkerSection || (RegisteredHiveWorkerSection = {})); | ||
//# sourceMappingURL=RegisteredHiveWorkerSection.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RegisteredUrlType = void 0; | ||
var RegisteredUrlType; | ||
export var RegisteredUrlType; | ||
(function (RegisteredUrlType) { | ||
@@ -11,3 +8,3 @@ RegisteredUrlType["GraphDatabase"] = "graphDatabase"; | ||
RegisteredUrlType["Swagger"] = "swagger"; | ||
})(RegisteredUrlType = exports.RegisteredUrlType || (exports.RegisteredUrlType = {})); | ||
})(RegisteredUrlType || (RegisteredUrlType = {})); | ||
//# sourceMappingURL=RegisteredUrlType.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RestMethod = void 0; | ||
var RestMethod; | ||
export var RestMethod; | ||
(function (RestMethod) { | ||
@@ -11,3 +8,3 @@ RestMethod["DELETE"] = "delete"; | ||
RestMethod["PUT"] = "put"; | ||
})(RestMethod = exports.RestMethod || (exports.RestMethod = {})); | ||
})(RestMethod || (RestMethod = {})); | ||
//# sourceMappingURL=RestMethod.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ServerStatus = void 0; | ||
var ServerStatus; | ||
export var ServerStatus; | ||
(function (ServerStatus) { | ||
@@ -12,3 +9,3 @@ ServerStatus["Admin"] = "admin"; | ||
ServerStatus["Unknown"] = "unknown"; | ||
})(ServerStatus = exports.ServerStatus || (exports.ServerStatus = {})); | ||
})(ServerStatus || (ServerStatus = {})); | ||
//# sourceMappingURL=ServerStatus.js.map |
@@ -1,17 +0,6 @@ | ||
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
}); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AwaitHelper = void 0; | ||
class AwaitHelper { | ||
var _a; | ||
export class AwaitHelper { | ||
} | ||
exports.AwaitHelper = AwaitHelper; | ||
AwaitHelper.execute = (promise) => __awaiter(void 0, void 0, void 0, function* () { | ||
_a = AwaitHelper; | ||
AwaitHelper.execute = async (promise) => { | ||
return promise | ||
@@ -22,3 +11,3 @@ .then((data) => data) | ||
}); | ||
}); | ||
}; | ||
//# sourceMappingURL=AwaitHelper.js.map |
@@ -12,9 +12,8 @@ export declare class IsHelper { | ||
static isNull: (value: unknown) => value is null; | ||
static isNumber: (value: unknown) => value is number; | ||
static isNullOrUndefined: (value: unknown) => value is null | undefined; | ||
static isNullOrUndefinedOrEmptyStringOrWhitespace: (value: unknown) => value is "" | null | undefined; | ||
static isNumber: (value: unknown) => value is number; | ||
static isObject: (value: unknown) => value is object; | ||
static isPlainObject: <T = unknown>(value: unknown) => value is Record<string | number | symbol, T>; | ||
static isString: (value: unknown) => value is string; | ||
static isTruthy: (value: unknown) => boolean; | ||
static isUndefined: (value: unknown) => value is undefined; | ||
@@ -21,0 +20,0 @@ static isWhiteSpaceString: (value: unknown) => value is string; |
@@ -1,7 +0,5 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IsHelper = void 0; | ||
class IsHelper { | ||
var _a; | ||
export class IsHelper { | ||
} | ||
exports.IsHelper = IsHelper; | ||
_a = IsHelper; | ||
IsHelper.isArray = (value) => { | ||
@@ -24,8 +22,3 @@ return Array.isArray(value); | ||
IsHelper.isEmptyString = (value) => { | ||
try { | ||
return IsHelper.isString(value) && String(value).length === 0; | ||
} | ||
catch (_a) { | ||
return false; | ||
} | ||
return IsHelper.isString(value) && String(value).length === 0; | ||
}; | ||
@@ -48,2 +41,8 @@ IsHelper.isEmptyStringOrWhitespace = (value) => { | ||
}; | ||
IsHelper.isNullOrUndefined = (value) => { | ||
return IsHelper.isNull(value) || IsHelper.isUndefined(value); | ||
}; | ||
IsHelper.isNullOrUndefinedOrEmptyStringOrWhitespace = (value) => { | ||
return IsHelper.isNullOrUndefined(value) || IsHelper.isEmptyStringOrWhitespace(value); | ||
}; | ||
IsHelper.isNumber = (value) => { | ||
@@ -62,13 +61,10 @@ if (typeof value === "number") { | ||
}; | ||
IsHelper.isNullOrUndefined = (value) => { | ||
return IsHelper.isNull(value) || IsHelper.isUndefined(value); | ||
}; | ||
IsHelper.isNullOrUndefinedOrEmptyStringOrWhitespace = (value) => { | ||
return IsHelper.isNullOrUndefined(value) || IsHelper.isEmptyStringOrWhitespace(value); | ||
}; | ||
IsHelper.isObject = (value) => { | ||
return !IsHelper.isNull(value) && (typeof value === "object" || IsHelper.isFunction(value)); | ||
return (!IsHelper.isNull(value) && | ||
(typeof value === "object" || | ||
IsHelper.isFunction(value) || | ||
Object.prototype.toString.call(value) === "[object Object]")); | ||
}; | ||
IsHelper.isPlainObject = (value) => { | ||
if (toString.call(value) !== "[object Object]") { | ||
if (!_a.isObject(value)) { | ||
return false; | ||
@@ -82,5 +78,2 @@ } | ||
}; | ||
IsHelper.isTruthy = (value) => { | ||
return Boolean(value); | ||
}; | ||
IsHelper.isUndefined = (value) => { | ||
@@ -90,9 +83,4 @@ return typeof value === "undefined" || value === undefined; | ||
IsHelper.isWhiteSpaceString = (value) => { | ||
try { | ||
return IsHelper.isString(value) && !/\S/.test(String(value)); | ||
} | ||
catch (_a) { | ||
return false; | ||
} | ||
return IsHelper.isString(value) && !IsHelper.isEmptyString(value) && !/\S/.test(String(value)); | ||
}; | ||
//# sourceMappingURL=IsHelper.js.map |
@@ -1,11 +0,7 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ObjectHelper = void 0; | ||
const IsHelper_1 = require("./IsHelper"); | ||
class ObjectHelper { | ||
import { IsHelper } from "./IsHelper"; | ||
export class ObjectHelper { | ||
} | ||
exports.ObjectHelper = ObjectHelper; | ||
ObjectHelper.create = (type, model) => { | ||
const generic = new type(); | ||
if (IsHelper_1.IsHelper.isNullOrUndefined(model)) { | ||
if (IsHelper.isNullOrUndefined(model)) { | ||
return generic; | ||
@@ -22,3 +18,3 @@ } | ||
const generic = new type(); | ||
if (IsHelper_1.IsHelper.isNullOrUndefined(model)) { | ||
if (IsHelper.isNullOrUndefined(model)) { | ||
throw new Error(`Model cannot be null or undefined in strict mode.`); | ||
@@ -25,0 +21,0 @@ } |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.StringBuilder = void 0; | ||
class StringBuilder { | ||
export class StringBuilder { | ||
constructor(value = "") { | ||
@@ -22,3 +19,2 @@ this.values = []; | ||
} | ||
exports.StringBuilder = StringBuilder; | ||
//# sourceMappingURL=StringBuilder.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=ICacheWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IConfigWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IDatabaseWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IDataLifecycleWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IDateWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IEncryptionWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IErrorWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IFeatureWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IFileSystemWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IGraphBuildWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IGraphEndpointWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IHiveWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=ILogWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IPubSubClientWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IPubSubServerWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IRestEndpointWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IServerWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IStorageWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=ITaskEndpointWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=ITokenWorker.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=IUserWorker.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AdminRequest = void 0; | ||
class AdminRequest { | ||
export class AdminRequest { | ||
constructor() { | ||
@@ -11,3 +8,2 @@ this.adminPassword = ""; | ||
} | ||
exports.AdminRequest = AdminRequest; | ||
//# sourceMappingURL=AdminRequest.js.map |
@@ -6,4 +6,3 @@ export declare class AdminResponse<T = {}> { | ||
requestError?: string | undefined; | ||
constructor(); | ||
} | ||
//# sourceMappingURL=AdminResponse.d.ts.map |
@@ -1,13 +0,9 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AdminResponse = void 0; | ||
class AdminResponse { | ||
export class AdminResponse { | ||
constructor() { | ||
this.data = undefined; | ||
this.serverGroupId = ""; | ||
this.requestComplete = true; | ||
this.requestError = undefined; | ||
this.data = undefined; | ||
} | ||
} | ||
exports.AdminResponse = AdminResponse; | ||
//# sourceMappingURL=AdminResponse.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AuthUser = void 0; | ||
class AuthUser { | ||
export class AuthUser { | ||
constructor() { | ||
@@ -15,3 +12,2 @@ this.email = ""; | ||
} | ||
exports.AuthUser = AuthUser; | ||
//# sourceMappingURL=AuthUser.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ConnectionSchema = void 0; | ||
class ConnectionSchema { | ||
export class ConnectionSchema { | ||
constructor() { | ||
@@ -11,3 +8,2 @@ this.workerName = ""; | ||
} | ||
exports.ConnectionSchema = ConnectionSchema; | ||
//# sourceMappingURL=ConnectionSchema.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ConverterSqlInfo = void 0; | ||
class ConverterSqlInfo { | ||
export class ConverterSqlInfo { | ||
constructor() { | ||
@@ -11,3 +8,2 @@ this.workerName = ""; | ||
} | ||
exports.ConverterSqlInfo = ConverterSqlInfo; | ||
//# sourceMappingURL=ConverterSqlInfo.js.map |
@@ -1,13 +0,9 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EnvironmentVariable = void 0; | ||
const EnvironmentVariableType_1 = require("../enums/EnvironmentVariableType"); | ||
class EnvironmentVariable { | ||
import { EnvironmentVariableType } from "../enums/EnvironmentVariableType"; | ||
export class EnvironmentVariable { | ||
constructor() { | ||
this.key = ""; | ||
this.type = EnvironmentVariableType_1.EnvironmentVariableType.String; | ||
this.type = EnvironmentVariableType.String; | ||
this.isSystem = false; | ||
} | ||
} | ||
exports.EnvironmentVariable = EnvironmentVariable; | ||
//# sourceMappingURL=EnvironmentVariable.js.map |
@@ -1,7 +0,9 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GraphContext = void 0; | ||
class GraphContext { | ||
export class GraphContext { | ||
constructor() { | ||
this.access = undefined; | ||
this.auth = undefined; | ||
this.cache = undefined; | ||
this.cacheSeconds = undefined; | ||
} | ||
} | ||
exports.GraphContext = GraphContext; | ||
//# sourceMappingURL=GraphContext.js.map |
@@ -1,7 +0,4 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GraphQLJSONObject = exports.GraphQLJSON = void 0; | ||
const graphql_1 = require("graphql"); | ||
const language_1 = require("graphql/language"); | ||
const IsHelper_1 = require("../helpers/IsHelper"); | ||
import { GraphQLScalarType } from "graphql"; | ||
import { Kind } from "graphql/language"; | ||
import { IsHelper } from "../helpers/IsHelper"; | ||
function identity(value) { | ||
@@ -11,3 +8,3 @@ return value; | ||
function ensureObject(value) { | ||
if (IsHelper_1.IsHelper.isNullOrUndefined(value) || !IsHelper_1.IsHelper.isObject(value)) { | ||
if (IsHelper.isNullOrUndefined(value) || !IsHelper.isObject(value)) { | ||
throw new Error(`JSONObject cannot represent non-object value: ${value}`); | ||
@@ -19,3 +16,3 @@ } | ||
const value = Object.create(null); | ||
if (IsHelper_1.IsHelper.isArray(ast)) { | ||
if (IsHelper.isArray(ast)) { | ||
ast.forEach((element) => { | ||
@@ -34,15 +31,15 @@ value[element.name] = parseObject(element, variables); | ||
switch (ast.kind) { | ||
case language_1.Kind.STRING: | ||
case language_1.Kind.BOOLEAN: | ||
case Kind.STRING: | ||
case Kind.BOOLEAN: | ||
return ast.value; | ||
case language_1.Kind.INT: | ||
case language_1.Kind.FLOAT: | ||
case Kind.INT: | ||
case Kind.FLOAT: | ||
return parseFloat(ast.value); | ||
case language_1.Kind.OBJECT: | ||
case Kind.OBJECT: | ||
return parseObject(ast, variables); | ||
case language_1.Kind.LIST: | ||
case Kind.LIST: | ||
return ast.values.map((n) => parseLiteral(n, variables)); | ||
case language_1.Kind.NULL: | ||
case Kind.NULL: | ||
return null; | ||
case language_1.Kind.VARIABLE: { | ||
case Kind.VARIABLE: { | ||
const name = ast.name.value; | ||
@@ -55,3 +52,3 @@ return variables ? variables[name] : undefined; | ||
} | ||
exports.GraphQLJSON = new graphql_1.GraphQLScalarType({ | ||
export const GraphQLJSON = new GraphQLScalarType({ | ||
description: "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", | ||
@@ -63,3 +60,3 @@ name: "JSON", | ||
}); | ||
exports.GraphQLJSONObject = new graphql_1.GraphQLScalarType({ | ||
export const GraphQLJSONObject = new GraphQLScalarType({ | ||
description: "The `JSONObject` scalar type represents JSON objects as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).", | ||
@@ -66,0 +63,0 @@ name: "JSONObject", |
@@ -1,5 +0,5 @@ | ||
/// <reference types="src/types/globals.omnihive" /> | ||
/// <reference path="../../../../src/types/globals.omnihive.d.ts" /> | ||
import { IHiveWorker } from "../interfaces/IHiveWorker"; | ||
import { EnvironmentVariable } from "./EnvironmentVariable"; | ||
import { RegisteredHiveWorker } from "./RegisteredHiveWorker"; | ||
import { IHiveWorker } from "../interfaces/IHiveWorker"; | ||
export declare abstract class HiveWorkerBase implements IHiveWorker { | ||
@@ -6,0 +6,0 @@ environmentVariables: EnvironmentVariable[]; |
@@ -1,17 +0,5 @@ | ||
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
}); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HiveWorkerBase = void 0; | ||
const ObjectHelper_1 = require("../helpers/ObjectHelper"); | ||
const IsHelper_1 = require("../helpers/IsHelper"); | ||
const EnvironmentVariableType_1 = require("../enums/EnvironmentVariableType"); | ||
class HiveWorkerBase { | ||
import { EnvironmentVariableType } from "../enums/EnvironmentVariableType"; | ||
import { IsHelper } from "../helpers/IsHelper"; | ||
import { ObjectHelper } from "../helpers/ObjectHelper"; | ||
export class HiveWorkerBase { | ||
constructor() { | ||
@@ -21,6 +9,6 @@ this.environmentVariables = []; | ||
this.checkObjectStructure = (type, model) => { | ||
const objectData = ObjectHelper_1.ObjectHelper.createStrict(type, model); | ||
const objectData = ObjectHelper.createStrict(type, model); | ||
const objectAny = objectData; | ||
Object.keys(objectData).forEach((key) => { | ||
if (IsHelper_1.IsHelper.isNullOrUndefined(objectAny[key])) { | ||
if (IsHelper.isNullOrUndefined(objectAny[key])) { | ||
throw new Error(`Object key ${key} is null or undefined on hive worker ${this.name}`); | ||
@@ -38,11 +26,11 @@ } | ||
const environmentVariable = this.environmentVariables.find((variable) => variable.key === metaValue); | ||
if (IsHelper_1.IsHelper.isNullOrUndefined(environmentVariable)) { | ||
if (IsHelper.isNullOrUndefined(environmentVariable)) { | ||
throw new Error(`Metadata key ${metaKey} invalid or not set for worker ${this.name}`); | ||
} | ||
switch (environmentVariable.type) { | ||
case EnvironmentVariableType_1.EnvironmentVariableType.Boolean: | ||
case EnvironmentVariableType.Boolean: | ||
this.metadata[metaKey] = | ||
environmentVariable.value === "true" || environmentVariable.value === true; | ||
break; | ||
case EnvironmentVariableType_1.EnvironmentVariableType.Number: | ||
case EnvironmentVariableType.Number: | ||
this.metadata[metaKey] = Number(environmentVariable.value); | ||
@@ -59,3 +47,3 @@ break; | ||
const envVariable = this.environmentVariables.find((variable) => variable.key === name); | ||
if (IsHelper_1.IsHelper.isNullOrUndefined(envVariable)) { | ||
if (IsHelper.isNullOrUndefined(envVariable)) { | ||
return undefined; | ||
@@ -66,3 +54,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
return undefined; | ||
@@ -72,15 +60,13 @@ } | ||
} | ||
init(name, metadata) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
this.name = name; | ||
this.metadata = metadata; | ||
if (!IsHelper_1.IsHelper.isNullOrUndefined(metadata)) { | ||
this.checkMetadata(metadata); | ||
} | ||
}); | ||
async init(name, metadata) { | ||
this.name = name; | ||
this.metadata = metadata; | ||
if (!IsHelper.isNullOrUndefined(metadata)) { | ||
this.checkMetadata(metadata); | ||
} | ||
} | ||
getWorker(type, name) { | ||
if (!IsHelper_1.IsHelper.isNullOrUndefined(name)) { | ||
if (!IsHelper.isNullOrUndefined(name)) { | ||
const namedWorker = this.registeredWorkers.find((value) => value.name === name && value.type === type); | ||
if (!IsHelper_1.IsHelper.isNullOrUndefined(namedWorker)) { | ||
if (!IsHelper.isNullOrUndefined(namedWorker)) { | ||
return namedWorker.instance; | ||
@@ -91,3 +77,3 @@ } | ||
const anyWorkers = this.registeredWorkers.filter((value) => value.type === type); | ||
if (!IsHelper_1.IsHelper.isNullOrUndefined(anyWorkers) && !IsHelper_1.IsHelper.isEmptyArray(anyWorkers)) { | ||
if (!IsHelper.isNullOrUndefined(anyWorkers) && !IsHelper.isEmptyArray(anyWorkers)) { | ||
return anyWorkers[0].instance; | ||
@@ -98,3 +84,2 @@ } | ||
} | ||
exports.HiveWorkerBase = HiveWorkerBase; | ||
//# sourceMappingURL=HiveWorkerBase.js.map |
@@ -1,8 +0,5 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HiveWorkerConfig = void 0; | ||
const HiveWorkerType_1 = require("../enums/HiveWorkerType"); | ||
class HiveWorkerConfig { | ||
import { HiveWorkerType } from "../enums/HiveWorkerType"; | ||
export class HiveWorkerConfig { | ||
constructor() { | ||
this.type = HiveWorkerType_1.HiveWorkerType.User; | ||
this.type = HiveWorkerType.Custom; | ||
this.name = ""; | ||
@@ -17,3 +14,2 @@ this.package = ""; | ||
} | ||
exports.HiveWorkerConfig = HiveWorkerConfig; | ||
//# sourceMappingURL=HiveWorkerConfig.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HiveWorkerMetadataConfigDatabase = void 0; | ||
class HiveWorkerMetadataConfigDatabase { | ||
export class HiveWorkerMetadataConfigDatabase { | ||
constructor() { | ||
@@ -16,3 +13,2 @@ this.configName = ""; | ||
} | ||
exports.HiveWorkerMetadataConfigDatabase = HiveWorkerMetadataConfigDatabase; | ||
//# sourceMappingURL=HiveWorkerMetadataConfigDatabase.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HiveWorkerMetadataDatabase = void 0; | ||
class HiveWorkerMetadataDatabase { | ||
export class HiveWorkerMetadataDatabase { | ||
constructor() { | ||
@@ -23,3 +20,2 @@ this.connectionPoolLimit = 25; | ||
} | ||
exports.HiveWorkerMetadataDatabase = HiveWorkerMetadataDatabase; | ||
//# sourceMappingURL=HiveWorkerMetadataDatabase.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HiveWorkerMetadataGraphBuilder = void 0; | ||
class HiveWorkerMetadataGraphBuilder { | ||
export class HiveWorkerMetadataGraphBuilder { | ||
constructor() { | ||
@@ -10,3 +7,2 @@ this.dbWorkers = []; | ||
} | ||
exports.HiveWorkerMetadataGraphBuilder = HiveWorkerMetadataGraphBuilder; | ||
//# sourceMappingURL=HiveWorkerMetadataGraphBuilder.js.map |
@@ -1,10 +0,7 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HiveWorkerMetadataLifecycleFunction = void 0; | ||
const LifecycleWorkerAction_1 = require("../enums/LifecycleWorkerAction"); | ||
const LifecycleWorkerStage_1 = require("../enums/LifecycleWorkerStage"); | ||
class HiveWorkerMetadataLifecycleFunction { | ||
import { LifecycleWorkerAction } from "../enums/LifecycleWorkerAction"; | ||
import { LifecycleWorkerStage } from "../enums/LifecycleWorkerStage"; | ||
export class HiveWorkerMetadataLifecycleFunction { | ||
constructor() { | ||
this.action = LifecycleWorkerAction_1.LifecycleWorkerAction.None; | ||
this.stage = LifecycleWorkerStage_1.LifecycleWorkerStage.None; | ||
this.action = LifecycleWorkerAction.None; | ||
this.stage = LifecycleWorkerStage.None; | ||
this.order = 0; | ||
@@ -16,3 +13,2 @@ this.databaseWorker = ""; | ||
} | ||
exports.HiveWorkerMetadataLifecycleFunction = HiveWorkerMetadataLifecycleFunction; | ||
//# sourceMappingURL=HiveWorkerMetadataLifecycleFunction.js.map |
@@ -1,8 +0,5 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HiveWorkerMetadataRestFunction = void 0; | ||
const RestMethod_1 = require("../enums/RestMethod"); | ||
class HiveWorkerMetadataRestFunction { | ||
import { RestMethod } from "../enums/RestMethod"; | ||
export class HiveWorkerMetadataRestFunction { | ||
constructor() { | ||
this.restMethod = RestMethod_1.RestMethod.POST; | ||
this.restMethod = RestMethod.POST; | ||
this.urlRoute = ""; | ||
@@ -12,3 +9,2 @@ this.data = {}; | ||
} | ||
exports.HiveWorkerMetadataRestFunction = HiveWorkerMetadataRestFunction; | ||
//# sourceMappingURL=HiveWorkerMetadataRestFunction.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HiveWorkerMetadataServer = void 0; | ||
class HiveWorkerMetadataServer { | ||
export class HiveWorkerMetadataServer { | ||
constructor() { | ||
@@ -10,3 +7,2 @@ this.buildWorkers = []; | ||
} | ||
exports.HiveWorkerMetadataServer = HiveWorkerMetadataServer; | ||
//# sourceMappingURL=HiveWorkerMetadataServer.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ProcFunctionSchema = void 0; | ||
class ProcFunctionSchema { | ||
export class ProcFunctionSchema { | ||
constructor() { | ||
@@ -15,3 +12,2 @@ this.schemaName = ""; | ||
} | ||
exports.ProcFunctionSchema = ProcFunctionSchema; | ||
//# sourceMappingURL=ProcFunctionSchema.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PubSubListener = void 0; | ||
class PubSubListener { | ||
export class PubSubListener { | ||
constructor() { | ||
@@ -11,3 +8,2 @@ this.channelName = ""; | ||
} | ||
exports.PubSubListener = PubSubListener; | ||
//# sourceMappingURL=PubSubListener.js.map |
@@ -1,14 +0,10 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RegisteredHiveWorker = void 0; | ||
const HiveWorkerType_1 = require("../enums/HiveWorkerType"); | ||
const RegisteredHiveWorkerSection_1 = require("../enums/RegisteredHiveWorkerSection"); | ||
class RegisteredHiveWorker { | ||
import { HiveWorkerType } from "../enums/HiveWorkerType"; | ||
import { RegisteredHiveWorkerSection } from "../enums/RegisteredHiveWorkerSection"; | ||
export class RegisteredHiveWorker { | ||
constructor() { | ||
this.name = ""; | ||
this.type = HiveWorkerType_1.HiveWorkerType.User; | ||
this.section = RegisteredHiveWorkerSection_1.RegisteredHiveWorkerSection.User; | ||
this.type = HiveWorkerType.User; | ||
this.section = RegisteredHiveWorkerSection.User; | ||
} | ||
} | ||
exports.RegisteredHiveWorker = RegisteredHiveWorker; | ||
//# sourceMappingURL=RegisteredHiveWorker.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RegisteredUrl = void 0; | ||
class RegisteredUrl { | ||
export class RegisteredUrl { | ||
constructor() { | ||
@@ -11,3 +8,2 @@ this.path = ""; | ||
} | ||
exports.RegisteredUrl = RegisteredUrl; | ||
//# sourceMappingURL=RegisteredUrl.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RestEndpointExecuteResponse = void 0; | ||
class RestEndpointExecuteResponse { | ||
export class RestEndpointExecuteResponse { | ||
constructor() { | ||
@@ -10,3 +7,2 @@ this.response = undefined; | ||
} | ||
exports.RestEndpointExecuteResponse = RestEndpointExecuteResponse; | ||
//# sourceMappingURL=RestEndpointExecuteResponse.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ServerConfig = void 0; | ||
class ServerConfig { | ||
export class ServerConfig { | ||
constructor() { | ||
@@ -10,3 +7,2 @@ this.environmentVariables = []; | ||
} | ||
exports.ServerConfig = ServerConfig; | ||
//# sourceMappingURL=ServerConfig.js.map |
@@ -1,5 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TableSchema = void 0; | ||
class TableSchema { | ||
export class TableSchema { | ||
constructor() { | ||
@@ -25,3 +22,2 @@ this.schemaName = ""; | ||
} | ||
exports.TableSchema = TableSchema; | ||
//# sourceMappingURL=TableSchema.js.map |
{ | ||
"name": "@withonevision/omnihive-core", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "OmniHive Core", | ||
@@ -23,13 +23,29 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "tsc" | ||
"build:dev": "tsc", | ||
"build:prod": "tsc --p ./tsconfig.prod.json" | ||
}, | ||
"dependencies": { | ||
"graphql": "15.5.0" | ||
"axios": "0.22.0", | ||
"graphql": "15.6.1" | ||
}, | ||
"devDependencies": { | ||
"@types/faker": "5.5.7", | ||
"@types/chai": "4.2.22", | ||
"@types/faker": "5.5.8", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "16.10.3", | ||
"@typescript-eslint/eslint-plugin": "4.33.0", | ||
"@typescript-eslint/parser": "4.33.0", | ||
"@withonevision/omnihive-test-core": "6.3.1", | ||
"chai": "4.3.4", | ||
"eslint": "7.32.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"faker": "5.5.3", | ||
"typescript": "4.2.4" | ||
"mocha": "9.1.2", | ||
"prettier": "2.4.1", | ||
"sinon": "11.1.2", | ||
"stylelint": "13.13.1", | ||
"stylelint-config-standard": "22.0.0", | ||
"typescript": "4.4.3" | ||
} | ||
} |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
122532
253
1431
0
2
18
+ Addedaxios@0.22.0
+ Addedaxios@0.22.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedgraphql@15.6.1(transitive)
- Removedgraphql@15.5.0(transitive)
Updatedgraphql@15.6.1