
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
guitar-controller
Advanced tools
Easy to use event interface to a RedOctane (Guitar Hero) controller
Interface to a Guitar Hero controller.
var controllers = require('guitar-controller')();
var player1 = controllers[0];
player1.on('green.press', function() {
console.log('green was pressed');
});
player1.on('green.release', function() {
console.log('green was released');
});
See the example.js file for more detailed usage.
The controller has the following buttons:
For each button, a press
and release
event exist:
green.press
green.release
red.press
red.release
yellow.press
yellow.release
blue.press
blue.release
orange.press
orange.release
start.press
start.release
back.press
back.release
up.press
up.release
down.press
down.release
left.press
left.release
right.press
right.release
xbox.press
xbox.release
x
y
whammy
Range events receive a value. For example:
player1.on('x', function(val) {
console.log(val);
});
node [script]
to test scripts in examples folder.If you have a Guitar Hero controller that isn't supported, plug your controller in and run examples/explorer.js. Create an issue and paste in the console results. Pull requests welcome.
FAQs
Easy to use event interface to a RedOctane (Guitar Hero) controller
We found that guitar-controller 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.