📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

openchemlib

Package Overview
Dependencies
Maintainers
4
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openchemlib

Manipulate molecules

9.0.1
latest
Source
npm
Version published
Weekly downloads
2.4K
-8.83%
Maintainers
4
Weekly downloads
 
Created
Source

OpenChemLib JS

JavaScript port of the OpenChemLib Java library.

Zakodium logo

Maintained by Zakodium

NPM version build status npm download DOI

Installation

npm install openchemlib

Documentation

  • TypeDoc home page

Development

To build this project, you need :

Install dependencies

npm ci

Configure directories

Copy config.default.json to config.json and put the path to the GWT classes on your computer.
If you want to use a custom JDK installation, set the "jdk" key to be the path to your JDK directory.

npm scripts

To run one of the scripts, use npm run <scriptName>.
To pass additional options, use npm run <scriptName> -- --option.

Options :

  • -m [name]: only process module "name"
  • -v: verbose output

build-java

Compile and export the Java API.

copy-openchemlib

Copy the required java files from the openchemlib project.

License

BSD-3-Clause

Keywords

chemistry

FAQs

Package last updated on 28 Apr 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