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

@platformatic/config

Package Overview
Dependencies
Maintainers
7
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 2.0.0-alpha.3 to 2.0.0-alpha.4

16

index.d.ts

@@ -100,2 +100,3 @@ import { FastifyError } from '@fastify/error'

getMetrics?: () => Promise<string>
getMeta?(): () => Promise<object>
inject?: (injectParams: object) => Promise<{

@@ -118,10 +119,11 @@ statusCode: number

export interface StackableContext {
serviceId: string
isEntrypoint: boolean
serviceId: string,
isEntrypoint: boolean,
isProduction: boolean,
directory: string
telemetryConfig: object
metricsConfig: object
serverConfig: object
hasManagementApi: boolean
localServiceEnvVars: Map<string, string>
telemetryConfig: object,
metricsConfig: object,
serverConfig: object,
hasManagementApi: boolean,
localServiceEnvVars: Map<string, string>,
}

@@ -128,0 +130,0 @@

{
"name": "@platformatic/config",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Platformatic DB Config Manager",

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

"undici": "^6.9.0",
"@platformatic/utils": "2.0.0-alpha.3"
"@platformatic/utils": "2.0.0-alpha.4"
},

@@ -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