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

app-conf

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-conf - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

cli.js

6

package.json
{
"name": "app-conf",
"version": "1.0.0",
"version": "1.1.0",
"license": "ISC",

@@ -16,2 +16,3 @@ "author": "Julien Fontanet <julien.fontanet@isonoe.net> (http://julien.isonoe.net/)",

"_pMap.js",
"cli.js",
"entries.js",

@@ -22,2 +23,3 @@ "index.js",

],
"bin": "./cli.js",
"engines": {

@@ -32,3 +34,3 @@ "node": ">=8.10"

"make-error": "^1.3.5",
"promise-toolbox": "^0.20.0",
"promise-toolbox": "^0.21.0",
"xdg-basedir": "^4.0.0"

@@ -35,0 +37,0 @@ },

@@ -87,2 +87,16 @@ # app-conf

### CLI
A basic CLI is available to show the config:
```
> ./node_modules/.bin/app-conf
Usage: app-conf <appName> [<appDir>]
app-conf v1.0.0
> ./node_modules/.bin/app-conf my-app .
```
> Note: To ensure the configuration is parsed the same way as your application (e.g. optional formats), this command should be run from your appliacation directory and not from a global install.
## Contributing

@@ -89,0 +103,0 @@

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