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

@chemistry/molecule

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chemistry/molecule

Molecule

latest
Source
npmnpm
Version
3.1.3
Version published
Weekly downloads
173
-37.99%
Maintainers
1
Weekly downloads
 
Created
Source

@chemistry/molecule

npm

Molecule data structure — load, manipulate, and export molecular data.

Installation

npm install @chemistry/molecule

Usage

import { Molecule } from '@chemistry/molecule';

const mol = Molecule.fromJNMol(jnmolData);
const atoms = mol.getAtoms();
const bonds = mol.getBonds();

Features

  • Molecule data structure with atoms and bonds
  • JNMol format loading
  • SVG export for 2D visualization
  • Molecule state management via store
  • Isomorphic — works in Node.js and browsers

License

MIT

Keywords

cheminformatics

FAQs

Package last updated on 27 Mar 2026

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