@k03mad/dns-leak 3.0.0 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,9 @@ Using API/tools:\
10
10
 
11
11
  ```bash
12
12
  npm i @k03mad/dns-leak -g
13
+ ```
13
14
 
15
+ ```bash
14
16
  dns-leak
15
17
  ```
16
18
 
@@ -21,6 +23,7 @@ npm i @k03mad/dns-leak
21
23
  ```
22
24
 
23
25
  ```js
24
- import {CloudPing, IPLeak, IPWhois, NextDNS} from './api/_index.js';
25
- // details at ./app/api folder
26
+ import {CloudPing, IPLeak, IPWhois, NextDNS} from '@k03mad/dns-leak';
26
27
  ```
28
+
29
+ Details at [./app/api](/app/api) folder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/dns-leak",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "DNS leak test",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"