New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mc-react-structure-visualizer

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mc-react-structure-visualizer

A React component to visualize structures on the Materials Cloud platform.

latest
npmnpm
Version
0.8.4
Version published
Weekly downloads
38
442.86%
Maintainers
1
Weekly downloads
 
Created
Source

Materials Cloud React Structure Visualizer

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.

Development

Using the demo page

For developing the library of components, start the demo page (in src\) by

npm install
npm run dev

Building and testing locally

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

Publishing a new version

To make a new version and publish to npm via GitHub Actions:

npm version <major/minor/patch>
git push --follow-tags

FAQs

Package last updated on 28 Oct 2025

Did you know?

Socket

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.

Install

Related posts