
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
hyperborder-animation
Advanced tools
adds a gradient border to the hyperterm editor

add it to plugins in your ~/.hyperterm.js configuration
module.exports = {
...
plugins: ['hyperborder-animation']
...
}
then just restart your HyperTerm app or go to the menu 'Plugins / Update All Now'
It is now possible to change the gradient colors and the border width.
Just add the following to your .hyperterm.js:
module.exports = {
config: {
...
hyperBorder: {
borderColors: ['#ff2400', '#e81d1d', '#e8b71d',' #e3e81d', '#1de840', '#1ddde8', '#2b1de8', '#dd00f3', '#dd00f3'],
borderWidth: '8px'
}
...
}
}
In addition, you can set any color value to 'random' (string value):
module.exports = {
config: {
...
hyperBorder: {
borderColors: ['random','random'],
borderWidth: '8px'
}
...
}
}
Then every newly opened HyperTerm window will have a different colored border.
You like some animations? Than try this:
module.exports = {
config: {
...
hyperBorder: {
animate: true,
deg: '124deg',
backgroundSize: '800% 1800%',
time: '8s'
...
}
...
}
}
module.exports = {
config: {
...
hyperBorder: {
borderColors: [`#ff2400`, `#e81d1d`, `#e8b71d`,` #e3e81d`, `#1de840`, `#1ddde8`, `#2b1de8`, `#dd00f3`, `#dd00f3`],
borderWidth: '3px',
animate: true,
deg: '124deg',
backgroundSize: '800% 1800%',
time: '8s',
...
}
...
}
}
FAQs
Extension for border effects in hyperterm
The npm package hyperborder-animation receives a total of 3 weekly downloads. As such, hyperborder-animation popularity was classified as not popular.
We found that hyperborder-animation 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.