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.16 to 2.6.17

10

libs/index.d.ts

@@ -434,5 +434,7 @@ import { z, ZodType } from 'zod';

declare type Config<C = Record<string, any>> = C;
interface ServerApiConfig {
interface AppConfig {
host: string;
port: string;
port: number;
}
interface ServerApiConfig extends AppConfig {
apiPublicPath: string;

@@ -443,6 +445,2 @@ apiSecurePath: string;

}
interface AppConfig {
host: string;
port: number;
}
declare type ConfigService = {

@@ -449,0 +447,0 @@ getAll: () => Record<string, any>;

2

package.json
{
"name": "@deboxsoft/module-core",
"version": "2.6.16",
"version": "2.6.17",
"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