SILENT KILLERPanel

Current Path: > > lib > node_modules > npm > node_modules > > cidr-regex


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/node_modules/npm/node_modules//cidr-regex

NameTypeSizeLast ModifiedActions
LICENSE File 1290 bytes March 10 2021 14:36:38.
README.md File 1801 bytes March 10 2021 14:36:38.
index.js File 497 bytes March 10 2021 14:36:38.
package.json File 1884 bytes March 10 2021 14:36:38.

Reading File: //lib/node_modules/npm/node_modules//cidr-regex/index.js

"use strict";

const ipRegex = require("ip-regex");

const v4 = ipRegex.v4().source + "\\/(3[0-2]|[12]?[0-9])";
const v6 = ipRegex.v6().source + "\\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])";

const cidr = module.exports = opts => opts && opts.exact ?
  new RegExp(`(?:^${v4}$)|(?:^${v6}$)`) :
  new RegExp(`(?:${v4})|(?:${v6})`, "g");

cidr.v4 = opts => opts && opts.exact ? new RegExp(`^${v4}$`) : new RegExp(v4, "g");
cidr.v6 = opts => opts && opts.exact ? new RegExp(`^${v6}$`) : new RegExp(v6, "g");

SILENT KILLER Tool