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
298
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.19.0 to 1.20.0

2

index.d.ts

@@ -68,1 +68,3 @@ import { type InstanceOptions } from 'ajv'

export function printAndExitLoadConfigError (err: any): void
export function printAndExitValidationError (err: any): void

21

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

@@ -18,26 +18,27 @@ "main": "index.js",

"@iarna/toml": "^2.2.5",
"c8": "^9.0.0",
"borp": "^0.9.0",
"c8": "^9.1.0",
"fastify": "^4.26.0",
"glob": "^10.3.10",
"fastify": "^4.23.2",
"json5": "^2.2.3",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"yaml": "^2.3.2"
"yaml": "^2.3.4"
},
"dependencies": {
"@fastify/deepmerge": "^1.3.0",
"@fastify/error": "^3.3.0",
"@fastify/error": "^3.4.1",
"ajv": "^8.12.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"minimist": "^1.2.8",
"pupa": "^3.1.0",
"semver": "^7.5.4",
"undici": "^6.0.0",
"@platformatic/metaconfig": "1.19.0",
"@platformatic/utils": "1.19.0"
"undici": "^6.6.0",
"@platformatic/utils": "1.20.0",
"@platformatic/metaconfig": "1.20.0"
},
"scripts": {
"test": "pnpm run lint && c8 --100 node ./test/runner.js",
"test": "pnpm run lint && borp --coverage",
"lint": "standard | snazzy"
}
}
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