Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@j-f/hyper-statusline
Advanced tools
Status Line Plugin for Hyper. Updated fork of @henrikdahl's version.
This is a fork of @henrikdahl’s
hyper-statusline
package.
Due to a bug in Hyper (#3288), you can’t install this via hyper i
.
Until the bug is fixed, you can clone this repo to ~/.hyper_plugins/local/hyper-statusline
and put hyper-statusline
in your
localPlugins
.
Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.
Add following to your ~/.hyper.js
config.
module.exports = {
...
plugins: ['hyper-statusline']
...
}
Add following to ~/.hyper.js
Expected value is CSS color
module.exports = {
config: {
...
hyperStatusLine: {
dirtyColor: 'salmon',
}
...
}
}
Expected value is CSS color
module.exports = {
config: {
...
hyperStatusLine: {
aheadColor: 'ivory',
}
...
}
}
Default value is set to true
module.exports = {
config: {
...
hyperStatusLine: {
footerTransparent: false,
}
...
}
}
This is disabled by default so clicking the current directory link will open your file manager.
Set editor
to your preferred editor to open an editor instead.
Currently supported editors are VS Code ('vscode'
) and Atom ('atom'
)
module.exports = {
config: {
hyperStatusLine: {
editor: 'vscode',
},
},
}
MIT © Henrik
FAQs
Status Line Plugin for Hyper. Updated fork of @henrikdahl's version.
The npm package @j-f/hyper-statusline receives a total of 1 weekly downloads. As such, @j-f/hyper-statusline popularity was classified as not popular.
We found that @j-f/hyper-statusline 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.