RubyGems
npm
Organizations
Log in
Sign up
npm
hof
Versions diffs
20.1.8 → 20.1.9
hof 20.1.8 → 20.1.9
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/controller/formatting/formatters.js
+1
-1
package/package.json
+1
-1
package/controller/formatting/formatters.js
CHANGED
Viewed
@@ -56,7 +56,7 @@ module.exports = {
56
56
},
57
57
58
58
ukPostcode(value) {
59
-
if (typeof value !== 'string') {
59
+
if (typeof value !== 'string'
|| value === ''
) {
60
60
return value;
61
61
}
62
62
package/package.json
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "hof",
3
3
"description": "A bootstrap for HOF projects",
4
-
"version": "20.1.
8
",
4
+
"version": "20.1.
9
",
5
5
"license": "MIT",
6
6
"main": "index.js",
7
7
"author": "HomeOffice",