
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
hyperline-auhau
Advanced tools
This is fork of the original plugin as it became not-maintained and which contains work of several members as well other improvements
HyperLine is a status line plugin for Hyper.app. It shows you useful system information such as free memory, uptime and CPU usage.
To install, edit ~/.hyper.js
and add "hyperline"
to plugins
:
plugins: [
"hyperline",
],
We implemented the same mechanism for styling/creating css classes that Hyper uses. This will allow you to create custom HyperLine themes the same way you would create a Hyper css theme.
Add the names of plugins in the order in which you would like them to be displayed to your ~/.hyper.js
:
config: {
hyperline: {
plugins: {
"ip": 'l', // Align to left
"cpu": 'r', // Align to right
"spotify": 'c' // Align to center
}
},
}
You can see a list of all available plugins in src/lib/plugins/index.js
Feel free to contribute to HyperLine by requesting a feature, submitting a bug or contributing code.
To set up the project for development:
~/.hyper_plugins/local/
npm install
within the project directorynpm run build
to build the plugin OR npm run dev
to build the plugin and watch for file changes.localPlugins
in ~/.hyper.js
.This project exists thanks to all the people who contribute.
FAQs
Handy status line for Hyper.app
We found that hyperline-auhau demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.