
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@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 1,145 weekly downloads. As such, @istanbuljs/nyc-config-hook-run-in-this-context popularity was classified as 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
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.