Socket
Socket
Sign inDemoInstall

feathers-configuration

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-configuration - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

lib/index.js

@@ -72,3 +72,3 @@ 'use strict';

if (_fs2.default.existsSync(envConfig)) {
_extends(config, require(envConfig));
_extends(config, convert(require(envConfig)));
} else {

@@ -75,0 +75,0 @@ debug('Configuration file for ' + env + ' environment not found at ' + envConfig);

{
"name": "feathers-configuration",
"description": "A small configuration module for your Feathers application.",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/feathersjs/feathers-configuration",

@@ -6,0 +6,0 @@ "main": "lib/",

@@ -94,2 +94,7 @@ # feathers-configuration

__0.2.2__
- Fixed bug with interpolating environment variables in <NODE_ENV>.json
__0.1.0__

@@ -96,0 +101,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