
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.
node-tesoro
Advanced tools
It's a standard npm package, so you can install it with this command, if you are using npm:
npm install node-tesoro
or if you are using yarn:
yarn add node-tesoro
TesoroGramSE(keyboard, layout, profile_state)import HID from 'node-hid';
import { TesoroGramSE, Profile, Spectrum, ProfileState } from 'node-tesoro';
function handleChange(data:any) {
console.log(data);
}
const keyboard = new TesoroGramSE('hungarian', handleChange);
layout - string - a string which is in the layouts: it provides the key indexes for the spectrum, and a keyboard layout for future usage
callback - function|optional - a callback function which called after a keyboard event happened (e.g.: switching profile or brightness on the keyboard)
profile_state - ProfileState|optional - the init profile state, it has a default, but you can override itkeyboard.changeProfile(profile_num)profile_num - ProfileSelect - profile number to change tokeyboard.setProfileSettings(data)data - ProfileState - updates the current profile's statekeyboard.setKeyColor(key, r, g, b, e)key - string - key name from the dictionaryr,g,b - number - color for the keye - SpectrumEffect - in case the user wants to change the effectkeyboard.sendSpectrumSettings()keyboard.sendProfileSettings()initKeys to get your keyboard's key indexesFAQs
A project for controlling Tesoro GRAM SE Spectrum with node.js
We found that node-tesoro 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.