UNPKG
upbeat
Version:
latest (0.2.3-pre13)
0.3.0-beta2
0.3.0-beta1
0.3.0-alpha1
0.2.3-pre9
0.2.3-pre8
0.2.3-pre7
0.2.3-pre6
0.2.3-pre5
0.2.3-pre4
0.2.3-pre3
0.2.3-pre2
0.2.3-pre13
0.2.3-pre12
0.2.3-pre11
0.2.3-pre10
0.2.3-pre1
0.2.2
0.2.1
0.2.0-pre5
0.2.0-pre4
0.2.0-pre3
0.2.0-pre2
0.2.0-pre1
0.1.16-pre4
0.1.16-pre3
0.1.16-pre2
0.1.16-pre1
0.1.15
0.1.14-pre9
0.1.14-pre8
0.1.14-pre7
0.1.14-pre4
0.1.14-pre3
0.1.14-pre2
0.1.14-pre13
0.1.14-pre12
0.1.14-pre11
0.1.14-pre10
0.1.14-pre1
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.0.3
0.0.2
0.0.1
Fast health and performance monitoring with process handling
jeffsu/upbeat
upbeat
/
lib
/
upbeat
/
node-oauth
/
_utils.js
4 lines
•
174 B
JavaScript
View Raw
1
2
3
4
// Returns true if this is a host that closes *before* it ends?!?!
module
.
exports
.
isAnEarlyCloseHost
=
function
(
hostName
) {
return
hostName.
match
(
".*google(apis)?.com$"
) }