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
288
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.33.1 to 0.34.0

6

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

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

"undici": "^5.22.1",
"@platformatic/metaconfig": "0.33.1",
"@platformatic/utils": "0.33.1"
"@platformatic/metaconfig": "0.34.0",
"@platformatic/utils": "0.34.0"
},

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

@@ -131,3 +131,3 @@ 'use strict'

mockPool.intercept({
path: `/schemas/v${pkg.version.replace(/\.\d+$/, '.0')}/db`,
path: `/schemas/v${pkg.version}/db`,
method: 'GET'

@@ -149,3 +149,3 @@ }).reply(404, () => {

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

@@ -186,3 +186,3 @@ metrics: { auth: { username: 'plt-db', password: 'plt-db' } },

mockPool.intercept({
path: `/schemas/v${pkg.version.replace(/\.\d+$/, '.0')}/db`,
path: `/schemas/v${pkg.version}/db`,
method: 'GET'

@@ -202,3 +202,3 @@ }).reply(200, () => {

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

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