PHP 8.2.30
Preview: checkHost.js Size: 500 B
/home/byroehnu/easepaybiz.easetack.com/node_modules/validator/lib/util/checkHost.js

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = checkHost;
function isRegExp(obj) {
  return Object.prototype.toString.call(obj) === '[object RegExp]';
}
function checkHost(host, matches) {
  for (var i = 0; i < matches.length; i++) {
    var match = matches[i];
    if (host === match || isRegExp(match) && match.test(host)) {
      return true;
    }
  }
  return false;
}
module.exports = exports.default;
module.exports.default = exports.default;

Directory Contents

Dirs: 0 × Files: 11

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:05
Edit Download
3.00 KB lrw-r--r-- 2026-03-05 00:19:55
Edit Download
469 B lrw-r--r-- 2026-03-05 00:19:58
Edit Download
500 B lrw-r--r-- 2026-03-05 00:20:02
Edit Download
343 B lrw-r--r-- 2026-03-05 00:20:09
Edit Download
306 B lrw-r--r-- 2026-03-05 00:20:10
Edit Download
480 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download
505 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download
278 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download
858 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download
480 B lrw-r--r-- 2026-03-05 00:20:21
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).