
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.
react-visualizer
Advanced tools
Visualizer in a react component. Visualizer index page generator.
Generate an HTML page which serves the Visualizer, as a Node.js API or as a CLI command.
CLI example:
npx react-visualizer makeVisualizerPage --help
Dev example:
node bin/makeVisualizerPage.js --config=config.example.json
Node.js API: see options of makeVisualizerPage function.
Component which instantiates a visualizer iframe. Pass it a URL generated by makeVisualizerPage.
See component props for more information.
The legacy visualizer component works by creating the visualizer page dynamically with a blob URL.
It is not recommended to use it anymore.
cdn - URL of the CDN that will serve the Visualizer. Default: https://www.lactame.com/visualizerfallbackVersion - Visualizer fallback version used if no valid version is found. Default: 'latest'.scripts - Array of scripts to load in the iframe before the VisualizerviewURLdataURLconfig - URL to the config or objectversion - version to load or auto to select it automatically based on the view. Default: lateststyle - style object to apply to the iframe. Default: {width: '100%', height: '100%', position: 'absolute', border: 'none'}FAQs
The visualizer in a react component
The npm package react-visualizer receives a total of 46 weekly downloads. As such, react-visualizer popularity was classified as not popular.
We found that react-visualizer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.

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.