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

@travetto/config

Package Overview
Dependencies
Maintainers
0
Versions
303
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.1.1 to 4.1.2

2

package.json
{
"name": "@travetto/config",
"version": "4.1.1",
"version": "4.1.2",
"description": "Configuration support",

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

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

.flat()
.filter((x): x is Exclude<typeof x, undefined> => !!x)
.filter(x => !!x)
.sort((a, b) => a.priority - b.priority);

@@ -70,0 +70,0 @@

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