onetime
Ensure a function is only called once
downgrade-root
Try to downgrade the permissions of a process with root privileges
root-check
Try to downgrade the permissions of a process with root privileges and block access if it fails
sudo-block
Block users from running your app with root permissions
@esm2cjs/onetime
Ensure a function is only called once. This is a fork of sindresorhus/onetime, but with CommonJS support.