Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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,978 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.