Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@moneybutton/config

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moneybutton/config - npm Package Compare versions

Comparing version 0.38.4 to 0.38.5

4

package.json
{
"name": "@moneybutton/config",
"version": "0.38.4",
"version": "0.38.5",
"description": "Money Button configuration.",

@@ -68,3 +68,3 @@ "main": "dist/moneybutton.config.cjs.js",

},
"gitHead": "a3ee99ccdd22c6f5a0e1ab019adb42df407cf2a5"
"gitHead": "4a7c8debf39643e220009854b0ee6a96aee72dab"
}
# @moneybutton/config
![banner](assets/blue-white.png)
[![npm version](https://badge.fury.io/js/%40moneybutton%2Fconfig.svg)](https://badge.fury.io/js/%40moneybutton%2Fconfig)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
> Money Button configuration.
## Table of Contents
- [Background](#background)
- [Install](#install)
- [Usage](#usage)
- [API](#api)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)
## Background
[Money Button](https://www.moneybutton.com) is a UI/UX and API layer for the blockchain which takes 0% transaction fees and makes Bitcoin SV easy for everyone, everywhere.
## Install
```
yarn add -E @moneybutton/config
```
or
```
npm install --exact @moneybutton/config
```
## Usage
```
const MoneyButtonConfigBuilder = require('@moneybutton/config')
const config = new MoneyButtonConfigBuilder()
.addValue('SOME_REQUIRED_VALUE', process.env.SOME_REQUIRED_VALUE)
.addValueWithDefault('SOME_OPTIONAL_VALUE', process.env.SOME_OPTIONAL_VALUE, '42')
.build()
console.log(config.get('SOME_OPTIONAL_VALUE')) // '42'
```
## API
For in-detail API documentation, please see our automatically generated [docs](https://htmlpreview.github.io/?https://github.com/moneybutton/config/blob/master/docs/index.html).
## Maintainers
[@ealmansi](https://github.com/ealmansi)
[@hojarasca](https://github.com/hojarasca)
[@kevinejohn](https://github.com/kevinejohn)
[@ryanxcharles](https://github.com/ryanxcharles)
## Contribute
PRs accepted.
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
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