
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/nyc-config-hook-run-in-this-context
Advanced tools
nyc configuration for hook-run-in-this-context
Handy configuration for instrumenting with hook-run-in-this-context enabled.
Prior to node.js 11.11.0 require() was implemented using vm.runInThisContext().
This meant that running with hook-run-in-this-context enabled required disabling
hook-require. Starting with node 11.11.0 require() is no longer implemented
with vm.runInThisContext(), so hook-require still needs to be enabled. This
base configuration enables hook-run-in-this-context and provides the correct
setting for hook-require to ensure that modules loaded by require() are
instrumented once.
First install the dependencies:
npm i nyc @istanbuljs/nyc-config-hook-run-in-this-context --save-dev
And write a .nycrc that looks like this:
{
"extends": "@istanbuljs/nyc-config-hook-run-in-this-context"
/* add custom settings */
}
ISC
FAQs
nyc configuration for hook-run-in-this-context
The npm package @istanbuljs/nyc-config-hook-run-in-this-context receives a total of 718 weekly downloads. As such, @istanbuljs/nyc-config-hook-run-in-this-context popularity was classified as not popular.
We found that @istanbuljs/nyc-config-hook-run-in-this-context 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.