nconf-lite/lib/nconf/stores
Michael Schoonmaker ed41c51850 Updated Memory.merge to handle null values
Previously, if the Memory store was merged with an object containing a null value, the following Error occurred:

TypeError: Object.keys called on non-object
    at Function.keys (native)
    at Memory.merge (/.../node_modules/nconf/lib/nconf/stores/memory.js:199:17)
    at Memory.merge (/.../node_modules/nconf/lib/nconf/stores/memory.js:200:17)
    at Array.every (native)
    at Memory.merge (/.../node_modules/nconf/lib/nconf/stores/memory.js:199:29)
    at common.merge (/.../node_modules/nconf/lib/nconf/common.js:99:13)
    at Array.forEach (native)
    at common.merge (/.../node_modules/nconf/lib/nconf/common.js:98:22)
    at Array.forEach (native)
    at Object.common.merge (/.../node_modules/nconf/lib/nconf/common.js:97:8)

This commit prevents that.
2012-09-27 11:26:56 -07:00
..
argv.js [minor] Fix whitespaces 2012-04-15 00:58:55 +05:30
env.js Ugh, fixed whitespace 2012-06-21 18:05:52 +10:00
file.js fix spelling in error message 2012-05-24 07:27:19 +02:00
literal.js [minor] Fix whitespaces 2012-04-15 00:58:55 +05:30
memory.js Updated Memory.merge to handle null values 2012-09-27 11:26:56 -07:00