New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@platformatic/config

Package Overview
Dependencies
Maintainers
6
Versions
333
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.1 to 2.0.0-alpha.2

2

lib/manager.js

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

const url = new URL(this.current.$schema)
const res = url.pathname.match(/^\/schemas\/v(\d+\.\d+\.\d+)\/(.*)$/)
const res = url.pathname.match(/^\/schemas\/v(\d+\.\d+\.\d+)(?:-\w+\.\d+)?\/(.*)$/)
version = res[1]

@@ -165,0 +165,0 @@ }

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

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

"undici": "^6.9.0",
"@platformatic/utils": "2.0.0-alpha.1"
"@platformatic/utils": "2.0.0-alpha.2"
},

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