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

@platformatic/config

Package Overview
Dependencies
Maintainers
0
Versions
287
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 2.24.0 to 2.25.0

13

lib/manager.js

@@ -142,2 +142,4 @@ 'use strict'

async parse (replaceEnv = true, args = [], opts = {}) {
let valid = true
try {

@@ -218,10 +220,15 @@ if (this.fullPath) {

if (!validationResult) {
return false
valid = false
if (!opts.transformOnValidationErrors) {
return valid
}
}
}
if (opts.tranform !== false) {
if (opts.transform !== false) {
await this._transformConfig(args)
}
return true
return valid
} catch (err) {

@@ -228,0 +235,0 @@ const newerr = new errors.CannotParseConfigFileError(err.message)

{
"name": "@platformatic/config",
"version": "2.24.0",
"version": "2.25.0",
"description": "Platformatic DB Config Manager",

@@ -41,3 +41,3 @@ "main": "index.js",

"undici": "^7.0.0",
"@platformatic/utils": "2.24.0"
"@platformatic/utils": "2.25.0"
},

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