mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Add the email contact to report abuse
This commit is contained in:
parent
8f09b72712
commit
a35de48d36
|
@ -126,4 +126,4 @@ ended say()
|
|||
- [7418_blocks_color_modules_rgb_square_icon](https://www.iconfinder.com/icons/7418/blocks_color_modules_rgb_square_icon) (Icon File) - Sergio Sanchesz Lopez, Futurosoft
|
||||
|
||||
## Contact me
|
||||
- catswords@protonmail.com
|
||||
- abuse@catswords.net
|
||||
|
|
|
@ -24,4 +24,4 @@ Note 2: A similar approach that WelsonJS uses has been called `LOLBins` in the c
|
|||
## Report abuse
|
||||
If you find any abuse cases of this project, please report it.
|
||||
|
||||
* catswords@protonmail.com
|
||||
* abuse@catswords.net
|
||||
|
|
2
app.js
2
app.js
|
@ -366,6 +366,8 @@ var is = require("app/assets/js/is-0.9.0.min");
|
|||
|
||||
// Dive into entrypoint
|
||||
function __main__() {
|
||||
console.log("Report abuse or security issue: abuse@catswords.net");
|
||||
|
||||
if (typeof window === "undefined") {
|
||||
initializeConsole();
|
||||
} else {
|
||||
|
|
|
@ -66,6 +66,6 @@ exports.measureSimilarity = function(s1, s2) {
|
|||
exports.cartesianProduct = cartesianProduct;
|
||||
|
||||
exports.VERSIONINFO = "ExtraMath module (extramath.js) version 0.0.4";
|
||||
exports.AUTHOR = "catswords@protonmail.com";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
|
@ -146,6 +146,6 @@ exports.repeat = function(target, worker, onError) {
|
|||
};
|
||||
|
||||
exports.VERSIONINFO = "FakeWorker module (fakeworker.js) version 0.0.4";
|
||||
exports.AUTHOR = "catswords@protonmail.com";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
|
@ -953,6 +953,6 @@ exports.put = put;
|
|||
exports._delete = _delete;
|
||||
|
||||
exports.VERSIONINFO = "HTTP Lib (http.js) version 0.7.5";
|
||||
exports.AUTHOR = "catswords@protonmail.com";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
|
@ -115,6 +115,6 @@ exports.ForWriting = ForWriting;
|
|||
exports.ForAppending = ForAppending;
|
||||
|
||||
exports.VERSIONINFO = "PIPE-based IPC Module (pipe-ipc.js) version 0.1.3";
|
||||
exports.AUTHOR = "catswords@protonmail.com";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = require;
|
||||
|
|
|
@ -85,6 +85,6 @@ exports.getAntiVirusProducts = getAntiVirusProducts;
|
|||
exports.OpenThreatSettings = OpenThreatSettings;
|
||||
|
||||
exports.VERSIONINFO = "Security Policy Module (security.js) version 0.2.2";
|
||||
exports.AUTHOR = "catswords@protonmail.com";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
|
@ -70,6 +70,6 @@ exports.confirm = confirm;
|
|||
exports.prompt = prompt;
|
||||
|
||||
exports.VERSIONINFO = "WelsonJS.Toolkit API version 0.3";
|
||||
exports.AUTHOR = "catswords@protonmail.com";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user