You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

appcd-config

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcd-config

Library for config files with metadata.


Version published
Weekly downloads
13
decreased by-23.53%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

appcd-config

Appc Daemon configuration object.

Visit https://github.com/appcelerator/appc-daemon for more information.

Report issues to GitHub issues. Official issue tracker in JIRA.

Installation

npm i appcd-config

Usage

import AppcdConfig from 'appcd-config';

const conf = new AppcdConfig({
	data: {
		some: {
			setting: 'value'
		}
	}
});

conf.load('/path/to/js-or-json-file');

conf.get('some.setting');

conf.watch(obj => {
	console.log('config changed!', obj);
});

conf.set('some.setting', 'another value');

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.

FAQs

Package last updated on 26 Apr 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc