
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
eventemitter-asyncresource
Advanced tools
Integrates EventEmitter
with AsyncResource
for EventEmitter
s that
require manual async tracking.
const { EventEmitterAsyncResource } = require('eventemitter-asyncresource');
// Async tracking tooling will identify this as 'Q'.
const ee = new EventEmitterAsyncResource({ name: 'Q' });
// 'foo' listeners will run in this EventEmitter’s async context.P
ee.emit('foo');
The EventEmitterAsyncResource
class has the same methods and takes the same
options as EventEmitter
and AsyncResource
themselves.
It provides an .asyncResource
property that allows accessing the async
resource in question, which in turn provides the original EventEmitter
via
.eventEmitter
, i.e. in the above example
ee.asyncResource.eventEmitter === ee
.
FAQs
AsyncResource integration for EventEmitter
The npm package eventemitter-asyncresource receives a total of 710,562 weekly downloads. As such, eventemitter-asyncresource popularity was classified as popular.
We found that eventemitter-asyncresource 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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.