gwsp 2.2.2 → 4.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -36,7 +36,7 @@ function GWSP(url) {
|
|
36
36
|
else if (viaHeader) {
|
37
37
|
protectionInfo = `Via: ${viaHeader}`;
|
38
38
|
}
|
39
|
-
(0, kyle_printer_1.default)({ text: `GWSP GET
|
39
|
+
(0, kyle_printer_1.default)({ text: `GWSP GET [ ${protectionInfo} ]`, color: 'green', font: 'bold' });
|
40
40
|
}
|
41
41
|
catch (error) {
|
42
42
|
let statusCode = 'null';
|
@@ -52,4 +52,4 @@ function GWSP(url) {
|
|
52
52
|
}
|
53
53
|
});
|
54
54
|
}
|
55
|
-
module.exports = GWSP;
|
55
|
+
module.exports = GWSP;
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "gwsp",
|
3
|
-
"version": "
|
3
|
+
"version": "4.4.4",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"scripts": {
|
6
6
|
"build": "tsc",
|
7
7
|
"start": "ts-node src/index.ts"
|
8
8
|
},
|
9
|
-
"keywords": ["website", "protection", "security", "fetch", "web", "site", "shield", "defense", "safe", "guard", "inspect", "scan"],
|
9
|
+
"keywords": ["website", "protection", "security", "fetch", "web", "site", "shield", "defense", "safe", "guard", "inspect", "scan", "TypeScript"],
|
10
10
|
"author": "Kyle",
|
11
11
|
"license": "MIT",
|
12
12
|
"description": "Get WebSite Protection - A simple Node.js package for fetching information about the protection mechanisms used by a website.",
|