RubyGems
npm
Organizations
Log in
Sign up
npm
ph-utils
Versions diffs
0.9.7 → 0.9.8
ph-utils 0.9.7 → 0.9.8
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/lib/server.js
+2
-1
package/package.json
+1
-1
package/lib/server.js
CHANGED
Viewed
@@ -82,8 +82,9 @@ export function parseEnvs() {
82
82
short: "n",
83
83
},
84
84
},
85
+
strict: false,
85
86
});
86
-
if (values.NODE_ENV != null) {
87
+
if (values.NODE_ENV != null
&& typeof values.NODE_ENV === "string"
) {
87
88
nodeEnv = values.NODE_ENV;
88
89
}
89
90
else {
package/package.json
CHANGED
Viewed
@@ -68,7 +68,7 @@
68
68
},
69
69
"./*": "./lib/*"
70
70
},
71
-
"version": "0.9.
7
",
71
+
"version": "0.9.
8
",
72
72
"type": "module",
73
73
"repository": {
74
74
"type": "git",