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

nconf

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nconf - npm Package Compare versions

Comparing version 0.6.8 to 0.6.9

5

lib/nconf.js

@@ -15,5 +15,5 @@ /*

//
// Expose the version from the package.json using `pkginfo`.
// Expose the version from the package.json
//
require('pkginfo')(module, 'version');
nconf.version = require('../package.json').version;

@@ -41,1 +41,2 @@ //

nconf.Provider = Provider;

7

package.json
{
"name": "nconf",
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
"version": "0.6.8",
"version": "0.6.9",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",

@@ -19,6 +19,5 @@ "maintainers": [

"dependencies": {
"async": "0.1.x",
"async": "0.2.9",
"ini": "1.x.x",
"optimist": "0.3.x",
"pkginfo": "0.2.x"
"optimist": "0.6.0"
},

@@ -25,0 +24,0 @@ "devDependencies": {

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