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.32.0 to 0.33.0

4

index.d.ts

@@ -28,5 +28,5 @@ import { type InstanceOptions } from 'ajv'

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

@@ -33,0 +33,0 @@ startWatching(): void

{
"name": "@platformatic/config",
"version": "0.32.0",
"version": "0.33.0",
"description": "Platformatic DB Config Manager",

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

"undici": "^5.22.1",
"@platformatic/metaconfig": "0.32.0",
"@platformatic/utils": "0.32.0"
"@platformatic/metaconfig": "0.33.0",
"@platformatic/utils": "0.33.0"
},

@@ -35,0 +35,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