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

wattpm

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wattpm - npm Package Compare versions

Comparing version 2.31.0 to 2.32.0

lib/commands/patch-config.js

7

index.js

@@ -9,4 +9,5 @@ import { bold } from 'colorette'

import { logsCommand } from './lib/commands/logs.js'
import { configCommand, envCommand, psCommand, servicesCommand } from './lib/commands/management.js'
import { metricsCommand } from './lib/commands/metrics.js'
import { configCommand, envCommand, psCommand, servicesCommand } from './lib/commands/management.js'
import { patchConfigCommand } from './lib/commands/patch-config.js'
import { version } from './lib/schema.js'

@@ -99,2 +100,5 @@ import { createLogger, overrideFatal, parseArgs, setVerbose } from './lib/utils.js'

break
case 'patch-config':
command = patchConfigCommand
break
case 'install':

@@ -122,1 +126,2 @@ command = installCommand

export { resolveServices } from './lib/commands/external.js'
export { patchConfig } from './lib/commands/patch-config.js'

@@ -7,3 +7,13 @@ import { bold, isColorSupported } from 'colorette'

for (const file of ['init', 'build', 'execution', 'management', 'logs', 'inject', 'external', 'metrics']) {
for (const file of [
'init',
'build',
'execution',
'management',
'logs',
'inject',
'external',
'patch-config',
'metrics'
]) {
const category = await import(`./${file}.js`)

@@ -10,0 +20,0 @@ Object.assign(commands, category.help)

14

package.json
{
"name": "wattpm",
"version": "2.31.0",
"version": "2.32.0",
"description": "The Node.js Application Server",

@@ -38,7 +38,7 @@ "main": "index.js",

"table": "^6.8.2",
"@platformatic/basic": "2.31.0",
"@platformatic/control": "2.31.0",
"@platformatic/config": "2.31.0",
"@platformatic/utils": "2.31.0",
"@platformatic/runtime": "2.31.0"
"@platformatic/basic": "2.32.0",
"@platformatic/control": "2.32.0",
"@platformatic/runtime": "2.32.0",
"@platformatic/config": "2.32.0",
"@platformatic/utils": "2.32.0"
},

@@ -53,3 +53,3 @@ "devDependencies": {

"undici": "^7.0.0",
"@platformatic/node": "2.31.0"
"@platformatic/node": "2.32.0"
},

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

{
"$id": "https://schemas.platformatic.dev/wattpm/2.31.0.json",
"$id": "https://schemas.platformatic.dev/wattpm/2.32.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",

@@ -4,0 +4,0 @@ "type": "object",

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