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

confess

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confess - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "confess",
"version": "0.0.1",
"version": "0.0.2",
"description": "A configuration wrapper around the configuration manager `convict`",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -62,2 +62,18 @@ # confess

The object that gets returned is the `convict` config object. So to get a config
value, just use it like you would in `convict`.
```js
'use strict';
var config = require('confess');
config.get('port');
config.get('session.secret');
```
For more documentation on things you can do with the `convict` config object,
see [their documentation](https://github.com/mozilla/node-convict);
# Configuration

@@ -84,2 +100,2 @@

To view example folder/file structures, view the
[`https://github.com/ksmithut/confess/tree/master/examples`](examples directory).
[examples directory](https://github.com/ksmithut/confess/tree/master/examples).
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