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
310
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 1.13.1 to 1.13.2

12

lib/manager.js

@@ -293,3 +293,9 @@ 'use strict'

`platformatic.${type}.toml`,
`platformatic.${type}.tml`
`platformatic.${type}.tml`,
'platformatic.json',
'platformatic.json5',
'platformatic.yaml',
'platformatic.yml',
'platformatic.toml',
'platformatic.tml'
]

@@ -300,3 +306,3 @@ } else {

// aware of the different application types (but that should be small).
return [
return [...new Set([
...this.listConfigFiles('service'),

@@ -306,3 +312,3 @@ ...this.listConfigFiles('db'),

...this.listConfigFiles('runtime')
]
])]
}

@@ -309,0 +315,0 @@ }

{
"name": "@platformatic/config",
"version": "1.13.1",
"version": "1.13.2",
"description": "Platformatic DB Config Manager",

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

"undici": "^5.25.4",
"@platformatic/metaconfig": "1.13.1",
"@platformatic/utils": "1.13.1"
"@platformatic/metaconfig": "1.13.2",
"@platformatic/utils": "1.13.2"
},

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