nconf-lite/lib/nconf
bryce-gibson b6699aba2d Don't do array lookups on strings. (#188)
`hasOwnProperty(number)` can return true for strings.

This is unlikely to be the desired usage, and can mean that odd
responses are returned by nconf.

Disable trying to check `hasOwnProperty` of strings.
2017-11-04 21:39:00 -04:00
..
stores Don't do array lookups on strings. (#188) 2017-11-04 21:39:00 -04:00
common.js transformer can now return an undefined key (#289) 2017-11-03 23:22:13 -04:00
formats.js [dist fix] Cleanup some whitespace. 2014-11-26 01:31:48 -05:00
provider.js fixes #258 chainable .required() (#259) 2017-11-04 00:34:27 -04:00