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

@travetto/config

Package Overview
Dependencies
Maintainers
0
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/config - npm Package Compare versions

Comparing version 5.0.0-rc.7 to 5.0.0-rc.8

6

package.json
{
"name": "@travetto/config",
"version": "5.0.0-rc.7",
"version": "5.0.0-rc.8",
"description": "Configuration support",

@@ -29,4 +29,4 @@ "keywords": [

"dependencies": {
"@travetto/di": "^5.0.0-rc.7",
"@travetto/schema": "^5.0.0-rc.7",
"@travetto/di": "^5.0.0-rc.8",
"@travetto/schema": "^5.0.0-rc.8",
"yaml": "^2.4.5"

@@ -33,0 +33,0 @@ },

@@ -151,3 +151,3 @@ import util from 'node:util';

runtime: {
name: Runtime.envName,
env: Runtime.env,
debug: Runtime.debug,

@@ -154,0 +154,0 @@ production: Runtime.production,

@@ -25,3 +25,3 @@ import fs from 'node:fs/promises';

['application', 100],
[Runtime.envName!, 200],
[Runtime.env!, 200],
...(Env.TRV_PROFILES.list ?? [])

@@ -28,0 +28,0 @@ .map((p, i) => [p, 300 + i * 10] as const)

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