
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.
json-dom-viewer
Advanced tools
![]() | This open source module is sponsored and supported by Voxgig. |
|---|
Written in pure DOM, Json DOM Viewer is a data viewer for dissecting json data.
It is inspired by the Javascript object viewer appearing in our console by either console.log call or simply typing out a global variable and hitting enter.
You can load as many json files as you like. It currently supports: null, Booleans, Numbers, Strings, Objects, and Arrays (parsed as indexed items). Have a look at the Preview and check out its readability yourself!
You can use the module in your own projects by importing it or use it as an electron-based tool.
Preview:

Installation:
npm: > npm install json-dom-viewer
View a JSON file:
"scripts": { "view-json": "json-dom-viewer ./tests/model.json" }
Importing
<script type="module">
import viewer from "./node_modules/json-dom-viewer/dist/viewer.js"
Object.assign(document.body.style, {'background': 'black',})
document.body.append(viewer.viewJSON({'a': 1}))
</script>
FAQs
"Json DOM Viewer"
The npm package json-dom-viewer receives a total of 1 weekly downloads. As such, json-dom-viewer popularity was classified as not popular.
We found that json-dom-viewer 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
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.