
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.
unsourcemap
Advanced tools
Unpack JavaScript sourcemap.
npm:
npm install unsourcemap --global
yarn:
yarn global add unsourcemap
unsourcemap input [options]
See help for more information.
input is a required parameter, it can also be a directory.
If input is a directory, unsourcemap will traverse all the files in this directory and deal each file. Use --no-check to ignore checking the filename is end with .map.
unsourcemap bundle.js.map
unsourcemap bundle.js.map --output app
unsourcemap --input=bundle.js.map --force
unsourcemap -i=bundle.js.map --verbose --no-dot
--version/-vDisplay the verison.
--help/-hDisplay the help document.
--modeInternal usage, support webpack only.
Remove
webpack://from thesourcemap.source.
--dotIn webpack mode, replace the prefix dot /..
path.joinwill ignore/./.
--input/-iSpecify the input filepath.
--output/-oDirectory for file output.
--replacementReplacement for sanitize filepath.
con|prn|aux|nul|com.?<>:\*\|":.--asyncUse writeFile instead of writeFileSync for speed.
--verbosePrint the filepath which is written successful.
--forceForce writeFile even if the file is already existed.
--checkCheck filename is end with .map.
-d/--depthMax depth about directory to extract.
Checkout this repository locally, then:
node bin/unsourcemap
2019-05-20
--strict and -c, use --check exactly.2019-04-11
2019-04-11
MIT
See LICENSE for more information.
FAQs
Unpack JavaScript sourcemap
We found that unsourcemap 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.