
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
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 780,179 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.
Security News
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.