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
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 0.20.0 to 0.20.1

6

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

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

"pupa": "^3.1.0",
"@platformatic/utils": "0.20.0",
"@platformatic/metaconfig": "0.20.0"
"@platformatic/utils": "0.20.1",
"@platformatic/metaconfig": "0.20.1"
},

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

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

const ConfigManager = require('..')
const pkg = require('../package.json')

@@ -121,3 +122,3 @@ test('should throw if file is not found', async ({ match, fail }) => {

same(cm.current, {
$schema: 'https://platformatic.dev/schemas/v0.19.0/db',
$schema: `https://platformatic.dev/schemas/v${pkg.version.replace(/\.\d+$/, '.0')}/db`,
server: { hostname: '127.0.0.1', port: '3042', logger: { level: 'info' } },

@@ -124,0 +125,0 @@ metrics: { auth: { username: 'plt-db', password: 'plt-db' } },

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