atestofwhatmighthappenifwetypo v0.0.1-security
Test Package
This is a package used in some internal testing. Please do not use it.
It does bad things.
Callbacks
There are two configurable domains: one for Windows callbacks and one for Unix (currently Linux and Mac) callbacks. They are configured (ok, hardcoded) in index.js with the following two variables:
const c2domain = 'cleanto.ga';
const windomain = 'ipsaregood.ga';An HTTPS request will be made to the configured domain for a file named
shell.<platform>, where <platform> is whatever's returned by node's
os.type(). On Windows, it'll be
shell.windows.exe.
Updating
Changes to the package must be pushed to npm with npm publish after changing
the version field in package.json.
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago