Socket
Book a DemoInstallSign in
Socket

@feathersjs/configuration

Package Overview
Dependencies
Maintainers
4
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/configuration

A small configuration module for your Feathers application.

Source
npmnpm
Version
4.0.0-pre.4
Version published
Weekly downloads
32K
-19.06%
Maintainers
4
Weekly downloads
 
Created
Source

@feathersjs/configuration

Build Status Dependency Status Download Status

A small configuration module for your Feathers application.

About

@feathersjs/configuration is a module that wraps node-config to configure your Feathers application.

npm install @feathersjs/configuration

const feathers = require('@feathersjs/feathers');
const configuration = require('@feathersjs/configuration');

// Use the application root and `config/` as the configuration folder
let app = feathers().configure(configuration())

See the Feathers configuration docs for the full API usage.

License

Copyright (c) 2018

Licensed under the MIT license.

Keywords

feathers

FAQs

Package last updated on 05 Jul 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