Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
akutil-common
Advanced tools
A set of common utilities for all AtlasKit components
A general class to deal with key activations
Like el.hasAttribute(attr) but designed for use within a skate attribute change handler where you only have access to change.oldValue.
This property extension can be used with skate. Usage:
props: { respondsTo: props.enum({values: ['toggle', 'hover'], missingDefault: 'toggle', invalidDefault: 'toggle'})({
})
}
A general class to deal with key activations
Kind: global class
Adds a new keypress handler
Param | Type | Description |
---|---|---|
key | String | A named key. Case insensitive. |
callback | function | A callback function to invoke if the given key was activated. The callback is passed the event object. |
[elem] | Node | The element to listen for the key activation. Defaults to document if none given. |
Adds or replaces a key that is listened for.
Kind: instance method of KeyPressHandler
Param | Type | Description |
---|---|---|
key | String | A named key. Case insensitive. Replaces any previous listened key. |
callback | function | The callback function to invoke. |
Removes a key from the list of listened keys. Or removes the whole listener if no key given.
Kind: instance method of KeyPressHandler
Param | Type | Description |
---|---|---|
[key] | String | A named key. Case insensitive. If none given, event listener is removed. |
Like el.hasAttribute(attr) but designed for use within a skate attribute change handler where you only have access to change.oldValue.
This property extension can be used with skate. Usage:
props: {
respondsTo: props.enum({values: ['toggle', 'hover'],
missingDefault: 'toggle',
invalidDefault: 'toggle'})({
})
}
Kind: global function
Let us know what you think of our components and docs, your feedback is really important for us.
Ask a question in our forum.
Check if someone has already asked the same question before.
Are you in trouble? Let us know!
FAQs
Utilities shared by AtlasKit components
The npm package akutil-common receives a total of 154 weekly downloads. As such, akutil-common popularity was classified as not popular.
We found that akutil-common 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.