generate-ip 2.9.0 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -22
- package/dist/data/package-data.json +2 -2
- package/docs/README.md +22 -22
- package/docs/SECURITY.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
<img height=31 src="https://img.shields.io/npm/dm/generate-ip?logo=npm&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
13
13
|
<a href="#%EF%B8%8F-mit-license">
|
|
14
14
|
<img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
15
|
-
<a href="https://github.com/adamlui/js-utils/releases/tag/generate-ip-2.9.
|
|
16
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.9.
|
|
15
|
+
<a href="https://github.com/adamlui/js-utils/releases/tag/generate-ip-2.9.1">
|
|
16
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.9.1-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
17
17
|
<a href="https://www.npmjs.com/package/generate-ip?activeTab=code">
|
|
18
18
|
<img height=31 src="https://img.shields.io/npm/unpacked-size/generate-ip?style=for-the-badge&logo=ebox&logoColor=white&labelColor=464646&color=blue"></a>
|
|
19
19
|
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_js-utils:generate-ip/src/generate-ip.js">
|
|
20
20
|
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_js-utils%3Agenerate-ip%2Fsrc%2Fgenerate-ip.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=gold"></a>
|
|
21
|
-
<a href="https://github.com/toolleeo/cli-apps
|
|
21
|
+
<a href="https://github.com/toolleeo/cli-apps/#networking">
|
|
22
22
|
<img height=31 src="https://img.shields.io/badge/Mentioned_in-Awesome-ff69b4?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
23
23
|
<a href="https://www.jsdelivr.com/package/npm/generate-ip?tab=stats">
|
|
24
24
|
<img height=31 src="https://img.shields.io/jsdelivr/npm/hm/generate-ip?style=for-the-badge&logo=jsdelivr&logoColor=white&label=jsDelivr%20Hits&labelColor=464646&color=49c5d8"></a>
|
|
25
25
|
|
|
26
26
|
</div>
|
|
27
27
|
|
|
28
|
-
<img height=6px width="100%" src="https://
|
|
28
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
29
29
|
|
|
30
30
|
## 💡 About
|
|
31
31
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
- **Multi-environment support —** Use in Node.js or the web browser
|
|
37
37
|
- **Command line usable —** Just type `generate-ip`, that's it
|
|
38
38
|
|
|
39
|
-
<img height=6px width="100%" src="https://
|
|
39
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
40
40
|
|
|
41
41
|
## ⚡ Installation
|
|
42
42
|
|
|
@@ -60,13 +60,13 @@ $ npm install generate-ip
|
|
|
60
60
|
|
|
61
61
|
<br>
|
|
62
62
|
|
|
63
|
-
<a href="https://github.com/sponsors/adamlui"><img src="https://
|
|
63
|
+
<a href="https://github.com/sponsors/adamlui"><img src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/banners/sponsor/$10/banner1660x260.png"></a>
|
|
64
64
|
|
|
65
|
-
<img height=6px width="100%" src="https://
|
|
65
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
66
66
|
|
|
67
67
|
## 🔌 Importing the APIs
|
|
68
68
|
|
|
69
|
-
### <img height=18 src="https://
|
|
69
|
+
### <img height=18 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/node.js/icon25x28.png"> Node.js
|
|
70
70
|
|
|
71
71
|
#### ECMAScript*:
|
|
72
72
|
|
|
@@ -82,28 +82,28 @@ const { ipv4, ipv6, mac } = require('generate-ip')
|
|
|
82
82
|
|
|
83
83
|
###### _*Node.js version 14 or higher required_
|
|
84
84
|
|
|
85
|
-
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://
|
|
85
|
+
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/web/light/icon25.png"><img width=16 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/web/dark/icon25.png"></picture> Web
|
|
86
86
|
|
|
87
87
|
#### <> HTML script tag:
|
|
88
88
|
|
|
89
89
|
```html
|
|
90
|
-
<script src="https://cdn.jsdelivr.net/npm/generate-ip@2.9.
|
|
90
|
+
<script src="https://cdn.jsdelivr.net/npm/generate-ip@2.9.1/dist/generate-ip.min.js"></script>
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
#### ES6:
|
|
94
94
|
|
|
95
95
|
```js
|
|
96
96
|
(async () => {
|
|
97
|
-
await import('https://cdn.jsdelivr.net/npm/generate-ip@2.9.
|
|
97
|
+
await import('https://cdn.jsdelivr.net/npm/generate-ip@2.9.1/dist/generate-ip.min.js')
|
|
98
98
|
// Your code here...
|
|
99
99
|
})()
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
### <img height=17 src="https://
|
|
102
|
+
### <img height=17 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/tampermonkey/icon28.png"><img height=17.5 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/violentmonkey/icon25.png"> Greasemonkey
|
|
103
103
|
|
|
104
104
|
```js
|
|
105
105
|
...
|
|
106
|
-
// @require https://cdn.jsdelivr.net/npm/generate-ip@2.9.
|
|
106
|
+
// @require https://cdn.jsdelivr.net/npm/generate-ip@2.9.1/dist/generate-ip.min.js
|
|
107
107
|
// ==/UserScript==
|
|
108
108
|
|
|
109
109
|
// Your code here...
|
|
@@ -111,11 +111,11 @@ const { ipv4, ipv6, mac } = require('generate-ip')
|
|
|
111
111
|
|
|
112
112
|
<br>
|
|
113
113
|
|
|
114
|
-
📝 **Note:** To always import the latest version (not recommended in production!) remove the `@2.9.
|
|
114
|
+
📝 **Note:** To always import the latest version (not recommended in production!) remove the `@2.9.1` version tag from the jsDelivr URL: `https://cdn.jsdelivr.net/npm/generate-ip/dist/generate-ip.min.js`
|
|
115
115
|
|
|
116
116
|
<br>
|
|
117
117
|
|
|
118
|
-
<img height=6px width="100%" src="https://
|
|
118
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
119
119
|
|
|
120
120
|
## 📋 API usage
|
|
121
121
|
|
|
@@ -352,7 +352,7 @@ Name | Type | Description | Default Value
|
|
|
352
352
|
|
|
353
353
|
<br>
|
|
354
354
|
|
|
355
|
-
<img height=6px width="100%" src="https://
|
|
355
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
356
356
|
|
|
357
357
|
## 💻 Command line usage
|
|
358
358
|
|
|
@@ -414,7 +414,7 @@ export default {
|
|
|
414
414
|
|
|
415
415
|
<br>
|
|
416
416
|
|
|
417
|
-
<img height=6px width="100%" src="https://
|
|
417
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
418
418
|
|
|
419
419
|
## 🏛️ MIT License
|
|
420
420
|
|
|
@@ -428,11 +428,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
428
428
|
|
|
429
429
|
<br>
|
|
430
430
|
|
|
431
|
-
<img height=6px width="100%" src="https://
|
|
431
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
432
432
|
|
|
433
433
|
## 🛠️ Related utilities
|
|
434
434
|
|
|
435
|
-
### [🔒 generate-pw](../generate-pw) <a href="https://github.com/toolleeo/cli-apps
|
|
435
|
+
### [🔒 generate-pw](../generate-pw) <a href="https://github.com/toolleeo/cli-apps/#password-managers"><img height=18 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/badges/awesome/badge.svg"></a>
|
|
436
436
|
|
|
437
437
|
> Randomly generate, strengthen, and validate cryptographically-secure passwords.
|
|
438
438
|
<br>[Install](https://docs.generatepw.org/#-installation) /
|
|
@@ -441,7 +441,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
441
441
|
[CLI usage](https://docs.generatepw.org/#-command-line-usage) /
|
|
442
442
|
[Discuss](https://github.com/adamlui/js-utils/discussions)
|
|
443
443
|
|
|
444
|
-
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d3424a/geolocate/assets/images/icons/wire-globe/white/icon32.png"><img height=22 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d3424a/geolocate/assets/images/icons/wire-globe/black/icon32.png"></picture> [geolocate](https://js-utils.org/geolocate) <a href="https://github.com/toolleeo/cli-apps
|
|
444
|
+
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d3424a/geolocate/assets/images/icons/wire-globe/white/icon32.png"><img height=22 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d3424a/geolocate/assets/images/icons/wire-globe/black/icon32.png"></picture> [geolocate](https://js-utils.org/geolocate) <a href="https://github.com/toolleeo/cli-apps/#networking"><img height=18 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/badges/awesome/badge.svg"></a>
|
|
445
445
|
|
|
446
446
|
> Fetch IP geolocation data from the CLI.
|
|
447
447
|
<br>[Install](https://docs.geolocatejs.org/#-installation) /
|
|
@@ -452,8 +452,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
452
452
|
|
|
453
453
|
<br>
|
|
454
454
|
|
|
455
|
-
<img height=6px width="100%" src="https://
|
|
455
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
456
456
|
|
|
457
|
-
<picture><source media="(prefers-color-scheme: dark)" srcset="https://
|
|
457
|
+
<picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/home/white/icon32x27.png"><img height=13 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/home/dark-gray/icon32x27.png"></picture> <a href="https://js-utils.org">**More JavaScript utilities**</a> /
|
|
458
458
|
<a href="https://github.com/adamlui/js-utils/discussions">Discuss</a> /
|
|
459
459
|
<a href="#top">Back to top ↑</a>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "Adam Lui & contributors",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"copyrightYear": "2024–2026",
|
|
6
|
-
"cmdFormat": "generate
|
|
6
|
+
"cmdFormat": "generate-<ip|ipv6|mac> [options|commands]",
|
|
7
7
|
"urls": {
|
|
8
8
|
"config": "https://github.com/adamlui/js-utils/blob/main/generate-ip/generate-ip.config.mjs",
|
|
9
9
|
"docs": "https://github.com/adamlui/js-utils/tree/main/generate-ip/docs",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"src": "https://github.com/adamlui/js-utils/tree/main/generate-ip/src"
|
|
14
14
|
},
|
|
15
15
|
"commitHashes": {
|
|
16
|
-
"data": "
|
|
16
|
+
"data": "e7b36d1",
|
|
17
17
|
"locales": "b93ea3a"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/docs/README.md
CHANGED
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
<img height=31 src="https://img.shields.io/npm/dm/generate-ip?logo=npm&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
13
13
|
<a href="#%EF%B8%8F-mit-license">
|
|
14
14
|
<img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
15
|
-
<a href="https://github.com/adamlui/js-utils/releases/tag/generate-ip-2.9.
|
|
16
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.9.
|
|
15
|
+
<a href="https://github.com/adamlui/js-utils/releases/tag/generate-ip-2.9.1">
|
|
16
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.9.1-44cc11.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
17
17
|
<a href="https://www.npmjs.com/package/generate-ip?activeTab=code">
|
|
18
18
|
<img height=31 src="https://img.shields.io/npm/unpacked-size/generate-ip?style=for-the-badge&logo=ebox&logoColor=white&labelColor=464646&color=blue"></a>
|
|
19
19
|
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_js-utils:generate-ip/src/generate-ip.js">
|
|
20
20
|
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_js-utils%3Agenerate-ip%2Fsrc%2Fgenerate-ip.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=gold"></a>
|
|
21
|
-
<a href="https://github.com/toolleeo/cli-apps
|
|
21
|
+
<a href="https://github.com/toolleeo/cli-apps/#networking">
|
|
22
22
|
<img height=31 src="https://img.shields.io/badge/Mentioned_in-Awesome-ff69b4?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
23
23
|
<a href="https://www.jsdelivr.com/package/npm/generate-ip?tab=stats">
|
|
24
24
|
<img height=31 src="https://img.shields.io/jsdelivr/npm/hm/generate-ip?style=for-the-badge&logo=jsdelivr&logoColor=white&label=jsDelivr%20Hits&labelColor=464646&color=49c5d8"></a>
|
|
25
25
|
|
|
26
26
|
</div>
|
|
27
27
|
|
|
28
|
-
<img height=6px width="100%" src="https://
|
|
28
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
29
29
|
|
|
30
30
|
## 💡 About
|
|
31
31
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
- **Multi-environment support —** Use in Node.js or the web browser
|
|
37
37
|
- **Command line usable —** Just type `generate-ip`, that's it
|
|
38
38
|
|
|
39
|
-
<img height=6px width="100%" src="https://
|
|
39
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
40
40
|
|
|
41
41
|
## ⚡ Installation
|
|
42
42
|
|
|
@@ -60,13 +60,13 @@ $ npm install generate-ip
|
|
|
60
60
|
|
|
61
61
|
<br>
|
|
62
62
|
|
|
63
|
-
<a href="https://github.com/sponsors/adamlui"><img src="https://
|
|
63
|
+
<a href="https://github.com/sponsors/adamlui"><img src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/banners/sponsor/$10/banner1660x260.png"></a>
|
|
64
64
|
|
|
65
|
-
<img height=6px width="100%" src="https://
|
|
65
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
66
66
|
|
|
67
67
|
## 🔌 Importing the APIs
|
|
68
68
|
|
|
69
|
-
### <img height=18 src="https://
|
|
69
|
+
### <img height=18 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/node.js/icon25x28.png"> Node.js
|
|
70
70
|
|
|
71
71
|
#### ECMAScript*:
|
|
72
72
|
|
|
@@ -82,28 +82,28 @@ const { ipv4, ipv6, mac } = require('generate-ip')
|
|
|
82
82
|
|
|
83
83
|
###### _*Node.js version 14 or higher required_
|
|
84
84
|
|
|
85
|
-
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://
|
|
85
|
+
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/web/light/icon25.png"><img width=16 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/web/dark/icon25.png"></picture> Web
|
|
86
86
|
|
|
87
87
|
#### <> HTML script tag:
|
|
88
88
|
|
|
89
89
|
```html
|
|
90
|
-
<script src="https://cdn.jsdelivr.net/npm/generate-ip@2.9.
|
|
90
|
+
<script src="https://cdn.jsdelivr.net/npm/generate-ip@2.9.1/dist/generate-ip.min.js"></script>
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
#### ES6:
|
|
94
94
|
|
|
95
95
|
```js
|
|
96
96
|
(async () => {
|
|
97
|
-
await import('https://cdn.jsdelivr.net/npm/generate-ip@2.9.
|
|
97
|
+
await import('https://cdn.jsdelivr.net/npm/generate-ip@2.9.1/dist/generate-ip.min.js')
|
|
98
98
|
// Your code here...
|
|
99
99
|
})()
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
### <img height=17 src="https://
|
|
102
|
+
### <img height=17 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/tampermonkey/icon28.png"><img height=17.5 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/platforms/violentmonkey/icon25.png"> Greasemonkey
|
|
103
103
|
|
|
104
104
|
```js
|
|
105
105
|
...
|
|
106
|
-
// @require https://cdn.jsdelivr.net/npm/generate-ip@2.9.
|
|
106
|
+
// @require https://cdn.jsdelivr.net/npm/generate-ip@2.9.1/dist/generate-ip.min.js
|
|
107
107
|
// ==/UserScript==
|
|
108
108
|
|
|
109
109
|
// Your code here...
|
|
@@ -111,11 +111,11 @@ const { ipv4, ipv6, mac } = require('generate-ip')
|
|
|
111
111
|
|
|
112
112
|
<br>
|
|
113
113
|
|
|
114
|
-
📝 **Note:** To always import the latest version (not recommended in production!) remove the `@2.9.
|
|
114
|
+
📝 **Note:** To always import the latest version (not recommended in production!) remove the `@2.9.1` version tag from the jsDelivr URL: `https://cdn.jsdelivr.net/npm/generate-ip/dist/generate-ip.min.js`
|
|
115
115
|
|
|
116
116
|
<br>
|
|
117
117
|
|
|
118
|
-
<img height=6px width="100%" src="https://
|
|
118
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
119
119
|
|
|
120
120
|
## 📋 API usage
|
|
121
121
|
|
|
@@ -352,7 +352,7 @@ Name | Type | Description | Default Value
|
|
|
352
352
|
|
|
353
353
|
<br>
|
|
354
354
|
|
|
355
|
-
<img height=6px width="100%" src="https://
|
|
355
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
356
356
|
|
|
357
357
|
## 💻 Command line usage
|
|
358
358
|
|
|
@@ -414,7 +414,7 @@ export default {
|
|
|
414
414
|
|
|
415
415
|
<br>
|
|
416
416
|
|
|
417
|
-
<img height=6px width="100%" src="https://
|
|
417
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
418
418
|
|
|
419
419
|
## 🏛️ MIT License
|
|
420
420
|
|
|
@@ -428,11 +428,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
428
428
|
|
|
429
429
|
<br>
|
|
430
430
|
|
|
431
|
-
<img height=6px width="100%" src="https://
|
|
431
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
432
432
|
|
|
433
433
|
## 🛠️ Related utilities
|
|
434
434
|
|
|
435
|
-
### [🔒 generate-pw](../generate-pw) <a href="https://github.com/toolleeo/cli-apps
|
|
435
|
+
### [🔒 generate-pw](../generate-pw) <a href="https://github.com/toolleeo/cli-apps/#password-managers"><img height=18 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/badges/awesome/badge.svg"></a>
|
|
436
436
|
|
|
437
437
|
> Randomly generate, strengthen, and validate cryptographically-secure passwords.
|
|
438
438
|
<br>[Install](https://docs.generatepw.org/#-installation) /
|
|
@@ -441,7 +441,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
441
441
|
[CLI usage](https://docs.generatepw.org/#-command-line-usage) /
|
|
442
442
|
[Discuss](https://github.com/adamlui/js-utils/discussions)
|
|
443
443
|
|
|
444
|
-
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d3424a/geolocate/assets/images/icons/wire-globe/white/icon32.png"><img height=22 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d3424a/geolocate/assets/images/icons/wire-globe/black/icon32.png"></picture> [geolocate](https://js-utils.org/geolocate) <a href="https://github.com/toolleeo/cli-apps
|
|
444
|
+
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d3424a/geolocate/assets/images/icons/wire-globe/white/icon32.png"><img height=22 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d3424a/geolocate/assets/images/icons/wire-globe/black/icon32.png"></picture> [geolocate](https://js-utils.org/geolocate) <a href="https://github.com/toolleeo/cli-apps/#networking"><img height=18 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/badges/awesome/badge.svg"></a>
|
|
445
445
|
|
|
446
446
|
> Fetch IP geolocation data from the CLI.
|
|
447
447
|
<br>[Install](https://docs.geolocatejs.org/#-installation) /
|
|
@@ -452,8 +452,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
452
452
|
|
|
453
453
|
<br>
|
|
454
454
|
|
|
455
|
-
<img height=6px width="100%" src="https://
|
|
455
|
+
<img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/separators/aqua-gradient.png">
|
|
456
456
|
|
|
457
|
-
<picture><source media="(prefers-color-scheme: dark)" srcset="https://
|
|
457
|
+
<picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/home/white/icon32x27.png"><img height=13 src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@0d36e26/assets/images/icons/home/dark-gray/icon32x27.png"></picture> <a href="https://js-utils.org">**More JavaScript utilities**</a> /
|
|
458
458
|
<a href="https://github.com/adamlui/js-utils/discussions">Discuss</a> /
|
|
459
459
|
<a href="#top">Back to top ↑</a>
|
package/docs/SECURITY.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generate-ip",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.1",
|
|
4
4
|
"description": "Randomly generate, format, and validate IPv4 + IPv6 + MAC addresses.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Adam Lui",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"node-clipboardy": "^1.0.3"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@adamlui/minify.js": "^2.
|
|
81
|
+
"@adamlui/minify.js": "^2.5.0",
|
|
82
82
|
"console-table-printer": "^2.15.0",
|
|
83
83
|
"copyfiles": "^2.4.1"
|
|
84
84
|
}
|