
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
hyperterm-summon
Advanced tools
Summon your Hyper windows with a system-wide hotkey.
In a multi-window situation, hyperterm-summon will remember the last active window and restore focus to it.
If Hyper is already active when the hotkey is pressed, your terminal windows will be hidden and (on macOS only) your previously-active application will regain focus.
~/.hyper.js
) in your preferred text editor.hyperterm-summon
to the plugins array found in the Hyper config.Key | Description | Default |
---|---|---|
hideDock | Hide the Hyper icon in the dock and app switcher. | false |
hideOnBlur | Hide the Hyper when window loses focus. | false |
hotkey | Shortcut to toggle Hyper window visibility. | Ctrl+; |
NOTE: For a list of valid shortcuts, see Electron Accelerators.
module.exports = {
config: {
summon: {
hideDock: true,
hideOnBlur: true,
hotkey: 'Alt+Super+O'
}
},
plugins: [
'hyperterm-summon'
]
}
FAQs
Summon your Hyperterm windows with a system-wide hotkey
The npm package hyperterm-summon receives a total of 14 weekly downloads. As such, hyperterm-summon popularity was classified as not popular.
We found that hyperterm-summon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.