ric-utils-misc
Advanced tools
Comparing version 1.0.54 to 1.0.55
@@ -19,3 +19,3 @@ /* | ||
function normalize(value) { | ||
if (typeof value === 'undefined') { | ||
if (value === null || typeof value === 'undefined') { | ||
value = ''; | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "ric-utils-misc", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"description": "Miscellaneous utility functions", | ||
@@ -5,0 +5,0 @@ "main": "index", |
44783