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

@platformatic/config

Package Overview
Dependencies
Maintainers
6
Versions
291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/config - npm Package Compare versions

Comparing version 0.46.2 to 0.47.0

9

index.d.ts

@@ -7,6 +7,6 @@ import { type InstanceOptions } from 'ajv'

}
interface IConfigManagerOptions {
export interface IConfigManagerOptions {
source: string | JsonMap
schema?: object
schemaOptions?: InstanceOptions
schemaOptions?: Partial<InstanceOptions>
env?: IEnv

@@ -30,6 +30,7 @@ envWhitelist?: string[]

export default class ConfigManager<T = object> {
export class ConfigManager<T = object> {
constructor(opts: IConfigManagerOptions)
current: T
fullPath: string
dirname: string
getSerializer(): ISerializer

@@ -46,2 +47,4 @@ purgeEnv(): IEnv

export default ConfigManager
/**

@@ -48,0 +51,0 @@ * All the errors thrown by the plugin.

{
"name": "@platformatic/config",
"version": "0.46.2",
"version": "0.47.0",
"description": "Platformatic DB Config Manager",

@@ -34,4 +34,4 @@ "main": "index.js",

"undici": "^5.22.1",
"@platformatic/metaconfig": "0.46.2",
"@platformatic/utils": "0.46.2"
"@platformatic/metaconfig": "0.47.0",
"@platformatic/utils": "0.47.0"
},

@@ -38,0 +38,0 @@ "scripts": {

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