Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-cidr/index.js')
-rw-r--r--node_modules/is-cidr/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/is-cidr/index.js b/node_modules/is-cidr/index.js
index 3eaf906c3..911c4bef6 100644
--- a/node_modules/is-cidr/index.js
+++ b/node_modules/is-cidr/index.js
@@ -1,5 +1,6 @@
"use strict";
const cidrRegex = require("cidr-regex");
+
const re4 = cidrRegex.v4({exact: true});
const re6 = cidrRegex.v6({exact: true});