Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@jepz20/conman-object-source

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jepz20/conman-object-source

object source for conman configuration manager

latest
npmnpm
Version
0.0.13
Version published
Weekly downloads
12
1100%
Maintainers
1
Weekly downloads
 
Created
Source

nconf source for conman

Adds an object to conman

Options

OptionsDescriptionTypeDefault
namename of the source to be used instead of the typestring
keykey where the source data will be included inside the configstring, if no key is provided data is at the root of the config

Use example:

const conman = require('@jepz20/conman');
const objSource = require('@jepz20/conman-obj-source');

const obj = objSource(
  { name: 'defaultNconf' }, // you can assign a name
  {
    my: 'value'
  } // object to include
);

conman()
  .addSource(obj)
  .build();

FAQs

Package last updated on 21 Aug 2019

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