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

@spinajs/configuration

Package Overview
Dependencies
Maintainers
1
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/configuration - npm Package Compare versions

Comparing version 2.0.61 to 2.0.62

2

lib/sources.js

@@ -72,3 +72,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

result
.filter((v) => v !== null)
.filter((v) => v !== undefined && v !== null)
// load & merge configs

@@ -75,0 +75,0 @@ .map((c) => _.mergeWith(config, c.default ?? c, mergeArrays));

{
"name": "@spinajs/configuration",
"version": "2.0.61",
"version": "2.0.62",
"description": "framework configuration module",

@@ -49,6 +49,6 @@ "exports": "./lib/index.js",

"dependencies": {
"@spinajs/configuration-common": "^2.0.61",
"@spinajs/di": "^2.0.61",
"@spinajs/exceptions": "^2.0.61",
"@spinajs/internal-logger": "^2.0.61",
"@spinajs/configuration-common": "^2.0.62",
"@spinajs/di": "^2.0.62",
"@spinajs/exceptions": "^2.0.62",
"@spinajs/internal-logger": "^2.0.62",
"ajv": "^8.12.0",

@@ -55,0 +55,0 @@ "ajv-formats": "^2.1.1",

Sorry, the diff of this file is not supported yet

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