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.8 to 3.0.0-beta.9

libs/chunk-AIO34D2G.js

9

libs/index.d.ts

@@ -30,2 +30,11 @@ import { A as AppConfig } from './ConfigService-CqJMT-s8.js';

args?: Record<string, any>;
/**
* Initializes a new instance of the DbxError class.
*
* @param {DbxErrorOptions<Code>} options - The options for the DbxError instance.
* @param {Code} options.code - The error code.
* @param {string} options.instanceOf - The instance of the error.
* @param {Record<string, any>} options.args - The arguments for the error message.
* @param {string} options.message - The error message.
*/
constructor({ code, instanceOf, args, message }?: DbxErrorOptions<Code>);

@@ -32,0 +41,0 @@ /**

4

libs/index.js

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

import { Container } from './chunk-A53AZXIH.js';
export { CONFIG_KEY, Container, ContainerDIClass, DbxDataError, DbxError, getConfig, getConfigService } from './chunk-A53AZXIH.js';
import { Container } from './chunk-AIO34D2G.js';
export { CONFIG_KEY, Container, ContainerDIClass, DbxDataError, DbxError, getConfig, getConfigService } from './chunk-AIO34D2G.js';
import * as _zod from 'zod';

@@ -4,0 +4,0 @@ import { z, ZodFirstPartyTypeKind } from 'zod';

{
"name": "@deboxsoft/module-core",
"version": "3.0.0-beta.8",
"version": "3.0.0-beta.9",
"license": "SEE LICENSE IN LICENSE",

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

Sorry, the diff of this file is too big to display

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