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

bd-conf

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bd-conf

bd conf parser

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

bd conf

Build Status Coverage Status

a parser for bd conf

requirement

nodejs >= 4

setup

npm install --save bd-conf

usage


const BDConf = require('bd-conf');

const confText = `
#COMMENT

name: 1

[data]
name: data

`;

const conf = BDConf.parse(confText);

try {
    BDConf.parse('this will throw');
}
catch (error) {

}

Keywords

configure

FAQs

Package last updated on 08 Jan 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