New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

final-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

final-config

Asynchronous configuration loading from various sources

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Set Config

A set of classes for loading a micro-service configuration. The configuration is stored in an immutable form.

List of main features:

  • support for various file types: JSON, YAML
  • receiving data from the parent process
  • combining data from several configurations into one in several ways
  • inheritance of its configuration sources
  • automatic reading of several sources and merging them into one

Getting Started

Installing

Just type in your project home:

gem install set-config -s

How to use

Under construction...

Running the tests

To run the tests, use jest:

jest

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the ISC License - see the LICENSE.md file for details

Keywords

Config

FAQs

Package last updated on 05 Jan 2020

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