
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@istanbuljs/esm-loader-hook
Advanced tools
This loader hook makes it relatively easy to use NYC to check coverage of ESM running in node.js 16.12.0. Note this makes use of experimental node.js features and thus may stop working upon release of new versions of node.js. Until the node.js feature is stabilized breakage should not be unexpected.
For more stable options to test coverage you can:
nyc instrument then test the output)To install this hook into a process the module must be provided through the
--experimental-loader flag.
The following can be used for your npm test script to enable live instrumentation
of ES modules being tested with mocha:
cross-env 'NODE_OPTIONS=--experimental-loader @istanbuljs/esm-loader-hook' nyc mocha
This module executes babel-plugin-istanbul in a loader hook. No
options are provided to the babel plugin and babel configuration files are not honored.
Normally configuration will be provided by the currently running instance of nyc. If
this module is run outside nyc then it will use @istanbuljs/load-nyc-config to load
options, defaults from @istanbuljs/schema will apply to missing options or if no
configuration is found.
FAQs
Loader hook for ESM instrumentation (experimental!!)
We found that @istanbuljs/esm-loader-hook demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.