Comparing version 0.4.5 to 0.4.6
@@ -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"], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2
238084
1889