sudo-block
Privilege checker
Prevents users from running an app with elevated privileges
Block users from running your app with root permissions
98 stars
6 watching
12 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/is-elevated | Checks if a process is running with elevated privileges | 41 |
sindresorhus/p-any | A utility function to wait for any of multiple promises to be fulfilled with cancellation support. | 55 |
sindresorhus/windows-cli | Tools for querying metadata about the active window on various platforms. | 65 |
sindresorhus/npm-user | Extracts user data from an npm user's profile page | 57 |
sindresorhus/p-filter | Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 72 |
sindresorhus/ps-list | Lists running processes across multiple operating systems | 273 |
sindresorhus/run-electron | Simplifies running Electron applications by suppressing unnecessary output. | 197 |
sindresorhus/p-throttle | A utility for rate-limiting function calls to prevent excessive usage and ensure efficient resource utilization | 443 |
sindresorhus/p-some | Wait for a specified number of promises to be fulfilled | 36 |
sindresorhus/npm-user-cli | Tools to retrieve and display information about npm users. | 30 |
sindresorhus/p-tap | Helps tap into a promise chain without affecting its value or state | 132 |
sindresorhus/electron-debug | Adds useful debug features to Electron apps | 750 |
sindresorhus/npm-run-path | Prepends a user's PATH with local binaries | 104 |
sindresorhus/npm-name-cli | Checks package or organization name availability on npm | 285 |
sindresorhus/electron-unhandled | Catches unhandled errors and promise rejections in Electron apps. | 448 |