Socket
Socket
Sign inDemoInstall

izi-config

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

izi-config

Module for handling configuration files


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

izi-config

Simple configuration management module for node.js projects.

Installation

$ npm install git+https://bitbucket.org/izisoft/config-js

Features

  • Support detection of execution phase based on process arguments
  • Support of patching common configuration with phase specific settings
  • Possibility of patching public configuration with local one
  • Configuration can be passed as path to json file or directly as an object

Examples

var config = require('izi-config');
config.init('./config.json', './local.json', { phase_arg: 'm' });
node index.js -m prod

Keywords

FAQs

Package last updated on 14 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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