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

nconf

Package Overview
Dependencies
Maintainers
1
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.4.5 to 0.4.6

7

lib/nconf/stores/system.js

@@ -10,3 +10,2 @@ /*

var util = require('util'),
optimist = require('optimist'),
Memory = require('./memory').Memory;

@@ -82,8 +81,8 @@

argv;
if (typeof this.argv === 'object') {
argv = optimist(process.argv.slice(2)).options(this.argv).argv;
argv = require('optimist')(process.argv.slice(2)).options(this.argv).argv;
}
else if (this.argv) {
argv = optimist(process.argv.slice(2)).argv;
argv = require('optimist')(process.argv.slice(2)).argv;
}

@@ -90,0 +89,0 @@

{
"name": "nconf",
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
"version": "0.4.5",
"version": "0.4.6",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/indexzero/nconf.git"
"url": "http://github.com/flatiron/nconf.git"
},

@@ -10,0 +10,0 @@ "keywords": ["configuration", "key value store", "plugabble"],

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