
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
npm install --save choo-kanye
This module implements the kanye API using choo events.
Any kanye events received before the DOM is loaded are buffered until they can be registered.
Events choo-kanye listens to:
kanye:on args: combo, options?, listener
kanye:off args: combo, options?, listener
kanye.clear args: context?
var app = require('choo')
choo.use(require('choo-kanye'))
choo.use(function(state, bus) {
var sayhi = function () {
console.log('hi!')
}
// run sayhi when the user presses ctrl+shift+a while element with id 'main' is the target
bus.emit('kanye:on', 'ctrl+shift+a', { filter: '#main' }, sayhi))
})
To the extent possible by law, we transfer any rights we have in this code to the public domain. Specifically, we do so using the CC0 1.0 Universal Public Domain Dedication.
You can do whatever you want with this code. No need to credit us, link to us, include any license, or anything else. But if you want to do those things, you're free to do that too.
FAQs
choo-kanye
We found that choo-kanye 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.

Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.

Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.

Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.