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

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
0
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-core - npm Package Compare versions

Comparing version 3.0.0-beta.2 to 3.0.0-beta.3

libs/ConfigService-CApVwFCr.d.ts

2

libs/config.d.ts
import nconf from 'nconf';
import { z as ConfigService } from './ConfigService-CIwoThAP.js';
import { z as ConfigService } from './ConfigService-CApVwFCr.js';
import 'zod';

@@ -4,0 +4,0 @@

@@ -1,3 +0,3 @@

import { A as AppConfig } from './ConfigService-CIwoThAP.js';
export { k as AlternativeType, x as CONFIG_KEY, y as Callback, w as Config, z as ConfigService, s as CreateResponse, C as CreateResult, q as DataResponse, D as DataResult, o as Filter, m as FilterCondition, F as FilterOperators, I as ID, p as IdParams, J as Join, N as NestedPaths, e as PageCursorInfo, b as PageCursorParams, i as PageCursorParamsOutput, f as PageDefaultInfo, c as PageDefaultParams, j as PageDefaultParamsOutput, d as PageInfo, a as PageParams, h as Pagination, g as PaginationOptions, P as PaginationType, l as PropertyType, R as RegExpOrString, v as RemoveResponse, r as RemoveResult, n as RootFilterOperators, S as ServerApiConfig, u as UpdateResponse, U as UpdateResult, E as getConfig, B as getConfigService, t as transformDefaultPageInfo } from './ConfigService-CIwoThAP.js';
import { A as AppConfig } from './ConfigService-CApVwFCr.js';
export { k as AlternativeType, x as CONFIG_KEY, y as Callback, w as Config, z as ConfigService, s as CreateResponse, C as CreateResult, q as DataResponse, D as DataResult, o as Filter, m as FilterCondition, F as FilterOperators, I as ID, p as IdParams, J as Join, N as NestedPaths, e as PageCursorInfo, b as PageCursorParams, i as PageCursorParamsOutput, f as PageDefaultInfo, c as PageDefaultParams, j as PageDefaultParamsOutput, d as PageInfo, a as PageParams, h as Pagination, g as PaginationOptions, P as PaginationType, l as PropertyType, R as RegExpOrString, v as RemoveResponse, r as RemoveResult, n as RootFilterOperators, S as ServerApiConfig, u as UpdateResponse, U as UpdateResult, E as getConfig, B as getConfigService, t as transformDefaultPageInfo } from './ConfigService-CApVwFCr.js';
export { camelCase, capitalCase, constantCase, dotCase, kebabCase, noCase, pascalCase, pathCase, sentenceCase, snakeCase, trainCase } from 'change-case';

@@ -34,2 +34,8 @@ export { Base64 as base64 } from 'js-base64';

}
type CodeMessageDataError = {
NOT_FOUND: string;
CREATE_FAILED: string;
UPDATE_FAILED: string;
DELETE_FAILED: string;
};

@@ -426,2 +432,2 @@ interface LogFn {

export { AppConfig, Container, ContainerDIClass, DateSchema, DbxError, type DbxErrorOptions, type HttpErrorResponse, IdSchema, LOGGER_KEY, LetterIncrement, Logger, type MakeSchemaResponse, type ModuleConfig, type NotificationType, type RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, dayTimeZone, debounce, enumInfo, escapeRegExp, getLogger, getRangeDate, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, urlJoin, zod };
export { AppConfig, type CodeMessageDataError, Container, ContainerDIClass, DateSchema, DbxError, type DbxErrorOptions, type HttpErrorResponse, IdSchema, LOGGER_KEY, LetterIncrement, Logger, type MakeSchemaResponse, type ModuleConfig, type NotificationType, type RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, dayTimeZone, debounce, enumInfo, escapeRegExp, getLogger, getRangeDate, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, urlJoin, zod };
{
"name": "@deboxsoft/module-core",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "SEE LICENSE IN LICENSE",

@@ -5,0 +5,0 @@ "maintainers": [

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