New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
1
Versions
283
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.89 to 2.6.90

4

libs/index.d.ts

@@ -626,2 +626,4 @@ import * as _zod from 'zod';

declare function escapeRegExp(input: any): any;
declare const zod: typeof _zod;

@@ -716,2 +718,2 @@

export { Container, ContainerDIClass, DateSchema, DbxError, DbxErrorOptions, HttpErrorResponse, IdSchema, LOGGER_KEY, Logger, MakeSchemaResponse, ModuleConfig, NotificationType, OpenApiManager, OpenApiManagerOptions, PageCursorInfo, PageCursorParams, PageCursorParamsOutput, PageDefaultInfo, PageDefaultParams, PageDefaultParamsOutput, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, createOpenApiManager, dayTimeZone, debounce, enumInfo, getLogger, getOpenApiManager, getRangeDate, hasOpenApiManager, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, transformDefaultPageInfo, urlJoin, zod };
export { Container, ContainerDIClass, DateSchema, DbxError, DbxErrorOptions, HttpErrorResponse, IdSchema, LOGGER_KEY, Logger, MakeSchemaResponse, ModuleConfig, NotificationType, OpenApiManager, OpenApiManagerOptions, PageCursorInfo, PageCursorParams, PageCursorParamsOutput, PageDefaultInfo, PageDefaultParams, PageDefaultParamsOutput, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, createOpenApiManager, dayTimeZone, debounce, enumInfo, escapeRegExp, getLogger, getOpenApiManager, getRangeDate, hasOpenApiManager, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, transformDefaultPageInfo, urlJoin, zod };

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

enumInfo: () => enumInfo,
escapeRegExp: () => escapeRegExp,
extendZodWithOpenApi: () => extendZodWithOpenApi,

@@ -706,2 +707,7 @@ getConfig: () => getConfig,

// src/utils/regex.ts
function escapeRegExp(input) {
return input.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
}
// src/zod/index.ts

@@ -804,2 +810,2 @@ var zod_exports = {};

export { DateSchema, IdSchema, LOGGER_KEY, Logger, OpenApiManager, PageCursorInfo, PageCursorParams, PageDefaultInfo, PageDefaultParams, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, createOpenApiManager, dayTimeZone, debounce, enumInfo, getLogger, getOpenApiManager, getRangeDate, hasOpenApiManager, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, transformDefaultPageInfo, urlJoin, zod };
export { DateSchema, IdSchema, LOGGER_KEY, Logger, OpenApiManager, PageCursorInfo, PageCursorParams, PageDefaultInfo, PageDefaultParams, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, createOpenApiManager, dayTimeZone, debounce, enumInfo, escapeRegExp, getLogger, getOpenApiManager, getRangeDate, hasOpenApiManager, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, transformDefaultPageInfo, urlJoin, zod };
{
"name": "@deboxsoft/module-core",
"version": "2.6.89",
"version": "2.6.90",
"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