
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.
mc-react-structure-visualizer
Advanced tools
A React component to visualize structures on the Materials Cloud platform.
A React component to visualize structures on the Materials Cloud platform.
Install via
npm install mc-react-structure-visualizer
Note: make sure all peerDependencies (defined in package.json) are installed in the host application!
Note: the library (i.e. npm package) only contains the code in src/StructureVisualizer folder. The rest of the code in src/ is for development/demo purposes.
For developing the library of components, start the demo page (in src\) by
npm install
npm run dev
To build the library and test it locally in an external application (before publishing to npm), use
npm run build
npm pack
which will create a .tgz file that can then be installed by the external application via
npm install /path/to/package-x.y.z.tgz
To make a new version and publish to npm via GitHub Actions:
npm version <major/minor/patch>
git push --follow-tags
FAQs
A React component to visualize structures on the Materials Cloud platform.
The npm package mc-react-structure-visualizer receives a total of 37 weekly downloads. As such, mc-react-structure-visualizer popularity was classified as not popular.
We found that mc-react-structure-visualizer 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.