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
296
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.33.0 to 1.35.0

5

lib/manager.js

@@ -222,2 +222,3 @@ 'use strict'

} catch (err) {
console.log(err)
if (err.name === 'MissingValueError') {

@@ -311,4 +312,4 @@ if (!this.#isEnvVariable(err.key)) {

/* c8 ignore next 8 */
async parseAndValidate () {
const validationResult = await this.parse()
async parseAndValidate (replaceEnv = true) {
const validationResult = await this.parse(replaceEnv)
if (!validationResult) {

@@ -315,0 +316,0 @@ throw new errors.ValidationErrors(this.validationErrors.map((err) => {

6

package.json
{
"name": "@platformatic/config",
"version": "1.33.0",
"version": "1.35.0",
"description": "Platformatic DB Config Manager",

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

"@matteo.collina/tspl": "^0.1.1",
"borp": "^0.10.0",
"borp": "^0.11.0",
"c8": "^9.1.0",

@@ -40,3 +40,3 @@ "fastify": "^4.26.2",

"semver": "^7.6.0",
"@platformatic/utils": "1.33.0"
"@platformatic/utils": "1.35.0"
},

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