nconf-lite/lib/nconf/stores
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
..
argv.js Argv store separator (#291) 2017-11-04 21:30:14 -04:00
env.js Regex as env separator (#288) 2017-11-04 21:30:56 -04:00
file.js Save conf to dedicated file (#283) 2017-10-30 10:01:55 -04:00
literal.js [dist fix] Cleanup some whitespace. 2014-11-26 01:31:48 -05:00
memory.js Don't do array lookups on strings. (#188) 2017-11-04 21:39:00 -04:00