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

@spinajs/configuration

Package Overview
Dependencies
Maintainers
0
Versions
281
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.206 to 2.0.207

5

lib/cjs/sources.js

@@ -81,2 +81,7 @@ "use strict";

this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(this.appBaseDir, `/${this.RunApp}/config`)]);
// common dirs for app where config resides
this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(process.cwd(), `/apps/${this.RunApp}/config`)]);
this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(process.cwd(), `/dist/apps/${this.RunApp}/config`)]);
this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(process.cwd(), `/lib/apps/${this.RunApp}/config`)]);
this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(process.cwd(), `/build/apps/${this.RunApp}/config`)]);
}

@@ -83,0 +88,0 @@ if (this.CustomConfigPaths) {

@@ -52,2 +52,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

this.CommonDirs = this.CommonDirs.concat([join(this.appBaseDir, `/${this.RunApp}/config`)]);
// common dirs for app where config resides
this.CommonDirs = this.CommonDirs.concat([join(process.cwd(), `/apps/${this.RunApp}/config`)]);
this.CommonDirs = this.CommonDirs.concat([join(process.cwd(), `/dist/apps/${this.RunApp}/config`)]);
this.CommonDirs = this.CommonDirs.concat([join(process.cwd(), `/lib/apps/${this.RunApp}/config`)]);
this.CommonDirs = this.CommonDirs.concat([join(process.cwd(), `/build/apps/${this.RunApp}/config`)]);
}

@@ -54,0 +59,0 @@ if (this.CustomConfigPaths) {

12

package.json
{
"name": "@spinajs/configuration",
"version": "2.0.206",
"version": "2.0.207",
"description": "framework configuration module",

@@ -55,7 +55,7 @@ "main": "lib/cjs/index.js",

"dependencies": {
"@spinajs/configuration-common": "^2.0.206",
"@spinajs/di": "^2.0.206",
"@spinajs/exceptions": "^2.0.206",
"@spinajs/internal-logger": "^2.0.206",
"@spinajs/util": "2.0.206",
"@spinajs/configuration-common": "^2.0.207",
"@spinajs/di": "^2.0.207",
"@spinajs/exceptions": "^2.0.207",
"@spinajs/internal-logger": "^2.0.207",
"@spinajs/util": "2.0.207",
"ajv": "^8.12.0",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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