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.58 to 2.6.59

1

libs/index.d.ts

@@ -11,2 +11,3 @@ import * as _zod from 'zod';

export { A as AlternativeType, k as AppConfig, j as Config, g as CreateResponse, C as CreateResult, e as DataResponse, D as DataResult, c as Filter, a as FilterCondition, F as FilterOperators, I as ID, d as IdParams, J as Join, N as NestedPaths, P as PropertyType, R as RegExpOrString, i as RemoveResponse, f as RemoveResult, b as RootFilterOperators, S as ServerApiConfig, h as UpdateResponse, U as UpdateResult } from './types-ac8a4864.js';
export { render as mustacheRender } from 'mustache';

@@ -13,0 +14,0 @@ type NotificationType = "alert" | "warning" | "error" | "info";

@@ -19,2 +19,4 @@ import { __export, Container, ContainerDIClass, DbxError, __reExport } from './chunk-G6MNEHNE.js';

import * as openapi3_ts_star from 'openapi3-ts';
import { render } from 'mustache';
export { render as mustacheRender } from 'mustache';

@@ -73,2 +75,3 @@ // src/index.ts

mapValues: () => mapValues,
mustacheRender: () => render,
noCase: () => noCase,

@@ -75,0 +78,0 @@ objectEquals: () => objectEquals,

4

package.json
{
"name": "@deboxsoft/module-core",
"version": "2.6.58",
"version": "2.6.59",
"license": "SEE LICENSE IN LICENSE",

@@ -35,2 +35,3 @@ "maintainers": [

"dependencies": {
"@types/mustache": "^4.1.3",
"clone-deep": "^4.0.1",

@@ -49,3 +50,2 @@ "dayjs": "^1.11.4",

"devDependencies": {
"@types/mustache": "^4.1.3",
"change-case": "^4.1.2",

@@ -52,0 +52,0 @@ "dotenv": "^16.0.2",

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