feat(utils): IPv4/6 Utils

Network Type, Subnets and counts, 6to4 prefix, ARPA, IPv4 Mapped
Parse IP/Mask/Range as CIDR
This commit is contained in:
sharevb 2024-04-14 14:49:07 +02:00
parent 070ec0b36e
commit 94f0b9ef93
5 changed files with 437 additions and 0 deletions

View file

@ -49,6 +49,7 @@
"@vueuse/router": "^10.0.0",
"bcryptjs": "^2.4.3",
"change-case": "^4.1.2",
"cidr-tools": "^7.0.4",
"colord": "^2.9.3",
"composerize-ts": "^0.6.2",
"country-code-lookup": "^0.1.0",
@ -64,6 +65,12 @@
"highlight.js": "^11.7.0",
"iarna-toml-esm": "^3.0.5",
"ibantools": "^4.3.3",
"ip-address": "^9.0.5",
"ip-bigint": "^8.0.2",
"ip-cidr": "^4.0.0",
"ip-matching": "^2.1.2",
"is-cidr": "^5.0.3",
"is-ip": "^5.0.1",
"json5": "^2.2.3",
"jwt-decode": "^3.1.2",
"libphonenumber-js": "^1.10.28",