New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-confmanager

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-confmanager

A configuration manager

  • 1.9.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

node-confmanager

A configuration manager

Build status Coverage status Dependency status Dev dependency status Issues Pull requests

Installation

$ npm install node-confmanager

Features

  • All the features of the node-containerpattern package
  • clone data in "get" action to avoid unwanted changes
  • Saving the data in a JSON file
  • Load the data from this JSON file and/or commandline
  • access to the data with shortcuts in commandline

Doc

Inheritance

check the official 'node-containerpattern' object documentation

Content

check the TypeScript definition file

Examples

check the TypeScript compilation tests

Run

# if "debug" skeleton is setted & defined as a boolean
node mysoft.js -d      # if "debug" shortcut is setted
node mysoft.js --debug
node mysoft.js --debug "true"
node mysoft.js --debug "yes"
node mysoft.js --debug "y"
# if "arr" skeleton is defined as a array
node mysoft.js --arr test1 test2
node mysoft.js --arr "[ \"test1\", \"test2\" ]"

Tests

$ npm run-script tests

License

ISC

Keywords

FAQs

Package last updated on 17 Apr 2024

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc