
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
v8-map-processor
Advanced tools
Processes and visualizes maps (aka hidden classes) created by v8 during execution.
Processes and visualizes maps (aka hidden classes) created by v8 during execution.
Derived from the one included with v8/tools.

npm install -g v8-map-processor
>=v10 from nodejs.org or elsewherenpm install -g jsvu
v8 so either link it to d8 or use v8 when typing the next
command--trace-maps flag, i.e. <node|d8> --trace-maps example/points.js
d8 functionality like setTimeout, console.log and process are
not availablev8-map-processor in the same directory to load the produced v8.log into the maps
visualizerThe Stats view will show constructor and function names which can be selected to show more information regarding related maps.
To focus on the maps created as part of the example, once you load the visualizer scroll to the very right of the timeline to skip the maps that are created during initialization. Then you can click on any of the bars do get more info.
In the case you ran with Node.js you'll see an overwhelming amount of data and may have to find
the maps you are interested in by searching for the constructor name via Cmd|Ctrl-f (in the
example case Point) and then selecting it in the Stats view.
The following keyboard shortcuts are available:
+: increase timeline resolution-: decrease timeline resolutionFAQs
Processes and visualizes maps (aka hidden classes) created by v8 during execution.
We found that v8-map-processor 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.