
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
gcc-mapfile-tool
Advanced tools
This node.js package can parse a mapfile generated by GCC and create a structured JSON object from it with all linked sections and symbols.
This can be useful in embedded software development when you want to see what memory is occupied by what code.
Creating a mapfile is an option of the GCC linker.
Set the following arguments to your linker flags to generate filename.map in your build directory:
-Wl,--cref,-Map=filename.map
npm i -g gcc-mapfile-tool
create a JSON file:
gcc-mapfile-tool filename.map --output=mapfile.json
create a JSON file with sorted elements:
gcc-mapfile-tool filename.map --output=mapfile.json --sortby=length --order=desc
create a dynamic HTML document based on datatables.net:
gcc-mapfile-tool filename.map --output=mapfile.html --format=html
FAQs
Mapfile tool for parsing GCC mapfiles
The npm package gcc-mapfile-tool receives a total of 2 weekly downloads. As such, gcc-mapfile-tool popularity was classified as not popular.
We found that gcc-mapfile-tool demonstrated a healthy version release cadence and project activity because the last version was released less than 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
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.