@@ -4,7 +4,7 @@ defangjs v1.0.7
4
4
5
5
@Repository : https://github.com/edoardottt/defangjs
6
6
7
- @Author : edoardottt, https://www.edoardoottavianelli.it
7
+ @Author : edoardottt, https://edoardottt.com
8
8
9
9
@License : https://github.com/edoardottt/defangjs/blob/main/LICENSE
10
10
@@ -17,39 +17,39 @@ var defangjs = require('./index.js');
17
17
18
18
console . log ( "[ HTTPS:// ]: " + defangjs . Url ( "https://github.com/edoardottt/defangjs" ) + "\n" ) ;
19
19
20
- console . log ( "[ HTTPS:// ]: " + defangjs . Url ( "https://www.edoardoottavianelli.it " ) + "\n" ) ;
20
+ console . log ( "[ HTTPS:// ]: " + defangjs . Url ( "https://edoardottt.com " ) + "\n" ) ;
21
21
22
22
console . log ( "[ HTTPS:// ]: " + defangjs . Url ( "https://very.bad.url.com:666/" ) + "\n" ) ;
23
23
24
24
console . log ( "[ HTTP:// ]: " + defangjs . Url ( "http://github.com/edoardottt/defangjs" ) + "\n" ) ;
25
25
26
- console . log ( "[ HTTP:// ]: " + defangjs . Url ( "http://www.edoardoottavianelli.it " ) + "\n" ) ;
26
+ console . log ( "[ HTTP:// ]: " + defangjs . Url ( "http://edoardottt.com " ) + "\n" ) ;
27
27
28
28
console . log ( "[ HTTP:// ]: " + defangjs . Url ( "http://very.bad.url.com:666/" ) + "\n" ) ;
29
29
30
30
console . log ( "[ FTP:// ]: " + defangjs . Url ( "ftp://github.com/edoardottt/defangjs" ) + "\n" ) ;
31
31
32
- console . log ( "[ FTP:// ]: " + defangjs . Url ( "ftp://www.edoardoottavianelli.it " ) + "\n" ) ;
32
+ console . log ( "[ FTP:// ]: " + defangjs . Url ( "ftp://edoardottt.com " ) + "\n" ) ;
33
33
34
34
console . log ( "[ FTP:// ]: " + defangjs . Url ( "ftp://very.bad.url.com:666/" ) + "\n" ) ;
35
35
36
36
console . log ( "[ FILE:// ]: " + defangjs . Url ( "file:///etc/hosts" ) + "\n" ) ;
37
37
38
38
console . log ( "[ :// ]: " + defangjs . Url ( "://github.com/edoardottt/defangjs" ) + "\n" ) ;
39
39
40
- console . log ( "[ :// ]: " + defangjs . Url ( "://www.edoardoottavianelli.it " ) + "\n" ) ;
40
+ console . log ( "[ :// ]: " + defangjs . Url ( "://edoardottt.com " ) + "\n" ) ;
41
41
42
42
console . log ( "[ :// ]: " + defangjs . Url ( "://very.bad.url.com:666/" ) + "\n" ) ;
43
43
44
44
console . log ( "[ // ]: " + defangjs . Url ( "//github.com/edoardottt/defangjs" ) + "\n" ) ;
45
45
46
- console . log ( "[ // ]: " + defangjs . Url ( "//www.edoardoottavianelli.it " ) + "\n" ) ;
46
+ console . log ( "[ // ]: " + defangjs . Url ( "//edoardottt.com " ) + "\n" ) ;
47
47
48
48
console . log ( "[ // ]: " + defangjs . Url ( "//very.bad.url.com:666/" ) + "\n" ) ;
49
49
50
50
console . log ( "[ NO PROTOCOL ]: " + defangjs . Url ( "github.com/edoardottt/defangjs" ) + "\n" ) ;
51
51
52
- console . log ( "[ NO PROTOCOL ]: " + defangjs . Url ( "www.edoardoottavianelli.it " ) + "\n" ) ;
52
+ console . log ( "[ NO PROTOCOL ]: " + defangjs . Url ( "edoardottt.com " ) + "\n" ) ;
53
53
54
54
console . log ( "[ NO PROTOCOL ]: " + defangjs . Url ( "very.bad.url.com:666/" ) + "\n" ) ;
55
55
0 commit comments