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

@travetto/config

Package Overview
Dependencies
Maintainers
1
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 4.0.0-rc.6 to 4.0.0-rc.7

8

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

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

"dependencies": {
"@travetto/di": "^4.0.0-rc.6",
"@travetto/schema": "^4.0.0-rc.6",
"@travetto/yaml": "^4.0.0-rc.6"
"@travetto/di": "^4.0.0-rc.7",
"@travetto/schema": "^4.0.0-rc.7",
"@travetto/yaml": "^4.0.0-rc.7"
},

@@ -34,0 +34,0 @@ "travetto": {

@@ -202,14 +202,16 @@ <!-- This file was generated by @travetto/doc and should not be modified directly -->

at: 2029-03-14T04:00:00.618Z,
class: '@travetto/config:doc/dbconfig○DBConfig',
file: './doc/dbconfig.ts',
errors: [
{
kind: 'required',
active: true,
value: undefined,
message: 'port is required',
path: 'port',
type: undefined
}
]
details: {
class: '@travetto/config:doc/dbconfig○DBConfig',
file: './doc/dbconfig.ts',
errors: [
{
kind: 'required',
active: true,
value: undefined,
message: 'port is required',
path: 'port',
type: undefined
}
]
}
}

@@ -216,0 +218,0 @@ ```

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

const file = RuntimeIndex.getFunctionMetadata(cls)!.source;
err.payload = { class: cls.Ⲑid, file, ...(err.payload ?? {}) };
err.details = { class: cls.Ⲑid, file, ...(err.details ?? {}) };
}

@@ -134,0 +134,0 @@ throw err;

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