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
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 1.1.3 to 1.1.4

4

lib/sources.js

@@ -140,6 +140,6 @@ "use strict";

if (process.env.NODE_ENV === "development") {
return _.merge(common, this.load("*.dev.json", _load));
return _.mergeWith(common, this.load("*.dev.json", _load), mergeArrays);
}
else if (process.env.NODE_ENV === "production") {
return _.merge(common, this.load("*.prod.json", _load));
return _.mergeWith(common, this.load("*.prod.json", _load), mergeArrays);
}

@@ -146,0 +146,0 @@ }

{
"name": "@spinajs/configuration",
"version": "1.1.3",
"version": "1.1.4",
"description": "framework configuration module",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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