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

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
1
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 2.6.95 to 2.6.96

libs/ConfigService-861b1dff.d.ts

2

libs/config.d.ts
import nconf from 'nconf';
import { z as ConfigService } from './ConfigService-b2486f5c.js';
import { z as ConfigService } from './ConfigService-861b1dff.js';
import 'zod';

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

@@ -1,2 +0,2 @@

export { A as AlternativeType, w as AppConfig, x as CONFIG_KEY, y as Callback, v as Config, z as ConfigService, r as CreateResponse, C as CreateResult, p as DataResponse, D as DataResult, n as Filter, l as FilterCondition, F as FilterOperators, I as ID, o 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, k as PropertyType, R as RegExpOrString, u as RemoveResponse, q as RemoveResult, m as RootFilterOperators, S as ServerApiConfig, s as UpdateResponse, U as UpdateResult, E as getConfig, B as getConfigService, t as transformDefaultPageInfo } from './ConfigService-b2486f5c.js';
export { A as AlternativeType, w as AppConfig, x as CONFIG_KEY, y as Callback, v as Config, z as ConfigService, r as CreateResponse, C as CreateResult, p as DataResponse, D as DataResult, n as Filter, l as FilterCondition, F as FilterOperators, I as ID, o 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, k as PropertyType, R as RegExpOrString, u as RemoveResponse, q as RemoveResult, m as RootFilterOperators, S as ServerApiConfig, s as UpdateResponse, U as UpdateResult, E as getConfig, B as getConfigService, t as transformDefaultPageInfo } from './ConfigService-861b1dff.js';
export { camelCase, capitalCase, constantCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase } from 'change-case';

@@ -12,2 +12,3 @@ export { Base64 as base64 } from 'js-base64';

export { z } from 'zod';
export { FromZodErrorOptions, FromZodIssueOptions, ValidationError, fromZodError, fromZodIssue, errorMap as zodErrorMap, isValidationError as zodIsValidationError, isValidationErrorLike as zodIsValidationErrorLike, toValidationError as zodToValidationError } from 'zod-validation-error';
import { OpenAPIGenerator, OpenAPIRegistry } from '@asteasolutions/zod-to-openapi';

@@ -14,0 +15,0 @@ export { ZodOpenAPIMetadata, extendZodWithOpenApi } from '@asteasolutions/zod-to-openapi';

@@ -26,2 +26,4 @@ import { __export, CONFIG_KEY, Container, ContainerDIClass, DbxError, getConfig, getConfigService, __reExport } from './chunk-3BIZMSTQ.js';

export { extendZodWithOpenApi } from '@asteasolutions/zod-to-openapi';
import { fromZodError, fromZodIssue, errorMap, isValidationError, isValidationErrorLike, toValidationError } from 'zod-validation-error';
export { fromZodError, fromZodIssue, errorMap as zodErrorMap, isValidationError as zodIsValidationError, isValidationErrorLike as zodIsValidationErrorLike, toValidationError as zodToValidationError } from 'zod-validation-error';
import default3 from 'mustache';

@@ -71,2 +73,4 @@ export { default as mustache } from 'mustache';

extendZodWithOpenApi: () => extendZodWithOpenApi,
fromZodError: () => fromZodError,
fromZodIssue: () => fromZodIssue,
getConfig: () => getConfig,

@@ -109,3 +113,7 @@ getConfigService: () => getConfigService,

z: () => z,
zod: () => zod
zod: () => zod,
zodErrorMap: () => errorMap,
zodIsValidationError: () => isValidationError,
zodIsValidationErrorLike: () => isValidationErrorLike,
zodToValidationError: () => toValidationError
});

@@ -763,2 +771,4 @@ var PaginationType = z.enum(["cursor", "page", "default"]).default("default");

extendZodWithOpenApi: () => extendZodWithOpenApi,
fromZodError: () => fromZodError,
fromZodIssue: () => fromZodIssue,
isAnyZodType: () => isAnyZodType,

@@ -768,3 +778,7 @@ isZodType: () => isZodType,

z: () => z,
zod: () => zod
zod: () => zod,
zodErrorMap: () => errorMap,
zodIsValidationError: () => isValidationError,
zodIsValidationErrorLike: () => isValidationErrorLike,
zodToValidationError: () => toValidationError
});

@@ -771,0 +785,0 @@ __reExport(zod_exports, openapi3_ts_star);

{
"name": "@deboxsoft/module-core",
"version": "2.6.95",
"version": "2.6.96",
"license": "SEE LICENSE IN LICENSE",

@@ -48,3 +48,4 @@ "maintainers": [

"ts-deepmerge": "^5.0.0",
"zod": "^3.20.2"
"zod-validation-error": "^1.5.0",
"zod": "^3.22.2"
},

@@ -51,0 +52,0 @@ "devDependencies": {

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