Socket
Socket
Sign inDemoInstall

izi-mailer

Package Overview
Dependencies
42
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    izi-mailer

Module for sending emails from izisoft gmail account


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 26 Mar 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc