@sapphire/phisherman 1.4.2-next.7ea90f6.0 β 1.4.2-next.7fb7d2c.0
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 +6 -0
- package/dist/index.js +2 -7
- package/dist/index.mjs +1 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -135,6 +135,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
135
135
|
<td align="center"><a href="https://enes.ovh/"><img src="https://avatars.githubusercontent.com/u/61084101?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Enes GenΓ§</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=enxg" title="Code">π»</a></td>
|
|
136
136
|
<td align="center"><a href="https://github.com/muchnameless"><img src="https://avatars.githubusercontent.com/u/12682826?v=4?s=100" width="100px;" alt=""/><br /><sub><b>muchnameless</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=muchnameless" title="Code">π»</a></td>
|
|
137
137
|
<td align="center"><a href="https://github.com/r-priyam"><img src="https://avatars.githubusercontent.com/u/50884372?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Priyam</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=r-priyam" title="Code">π»</a></td>
|
|
138
|
+
<td align="center"><a href="https://github.com/legendhimslef"><img src="https://avatars.githubusercontent.com/u/69213593?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Voxelli</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=legendhimslef" title="Code">π»</a></td>
|
|
139
|
+
<td align="center"><a href="https://github.com/CitTheDev"><img src="https://avatars.githubusercontent.com/u/94020875?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Cit The Dev</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=CitTheDev" title="Code">π»</a></td>
|
|
140
|
+
</tr>
|
|
141
|
+
<tr>
|
|
142
|
+
<td align="center"><a href="https://www.goestav.com/"><img src="https://avatars.githubusercontent.com/u/27970303?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Goestav</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=goestav" title="Code">π»</a></td>
|
|
143
|
+
<td align="center"><a href="https://github.com/didinele"><img src="https://avatars.githubusercontent.com/u/27137376?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DD</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=didinele" title="Code">π»</a></td>
|
|
138
144
|
</tr>
|
|
139
145
|
</table>
|
|
140
146
|
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var fetch = require('@sapphire/fetch');
|
|
6
4
|
var os = require('os');
|
|
7
5
|
|
|
8
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
-
|
|
10
|
-
var os__default = /*#__PURE__*/_interopDefaultLegacy(os);
|
|
11
|
-
|
|
12
6
|
var __defProp = Object.defineProperty;
|
|
13
7
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
14
|
-
var agent = `Sapphire Phisherman/1.0.0 (node-fetch) ${
|
|
8
|
+
var agent = `Sapphire Phisherman/1.0.0 (node-fetch) ${os.platform()}/${os.release()} (https://github.com/sapphiredev/utilities/tree/main/packages/phisherman)`;
|
|
15
9
|
var storedApiKey;
|
|
16
10
|
async function checkDomain(domain, apiKey = storedApiKey) {
|
|
17
11
|
validateUrl(domain);
|
|
@@ -124,4 +118,5 @@ exports.getDomainInfo = getDomainInfo;
|
|
|
124
118
|
exports.reportCaughtPhish = reportCaughtPhish;
|
|
125
119
|
exports.reportDomain = reportDomain;
|
|
126
120
|
exports.setApiKey = setApiKey;
|
|
121
|
+
//# sourceMappingURL=out.js.map
|
|
127
122
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/phisherman",
|
|
3
|
-
"version": "1.4.2-next.
|
|
3
|
+
"version": "1.4.2-next.7fb7d2c.0",
|
|
4
4
|
"description": "Wrapper around phisherman to easily check and report domains",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"check-update": "cliff-jumper --dry-run"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@sapphire/fetch": "^2.4.2-next.
|
|
25
|
+
"@sapphire/fetch": "^2.4.2-next.7fb7d2c.0"
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@favware/cliff-jumper": "^1.8.8",
|
|
61
|
-
"tsup": "^6.
|
|
62
|
-
"typedoc": "^0.23.
|
|
63
|
-
"typedoc-json-parser": "^
|
|
61
|
+
"tsup": "^6.4.0",
|
|
62
|
+
"typedoc": "^0.23.20",
|
|
63
|
+
"typedoc-json-parser": "^7.0.1",
|
|
64
64
|
"typescript": "^4.8.4"
|
|
65
65
|
}
|
|
66
66
|
}
|