Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openchemlib-utils

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openchemlib-utils - npm Package Compare versions

Comparing version 4.4.0 to 5.0.0

2

lib-esm/reaction/utils/getReactantInfo.js

@@ -17,3 +17,3 @@ import { getCharge } from '../../util/getCharge.js';

mf: getMF(molecule).mf,
em: molecule.getMolecularFormula().absoluteWeight,
em: Math.round(molecule.getMolecularFormula().absoluteWeight * 1e6) / 1e6,
charge: getCharge(molecule),

@@ -20,0 +20,0 @@ };

@@ -20,3 +20,3 @@ "use strict";

mf: (0, getMF_js_1.getMF)(molecule).mf,
em: molecule.getMolecularFormula().absoluteWeight,
em: Math.round(molecule.getMolecularFormula().absoluteWeight * 1e6) / 1e6,
charge: (0, getCharge_js_1.getCharge)(molecule),

@@ -23,0 +23,0 @@ };

{
"name": "openchemlib-utils",
"version": "4.4.0",
"version": "5.0.0",
"description": "Various utilities that extends openchemlib-js like HOSE codes or diastereotopic IDs",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -18,3 +18,3 @@ import { getCharge } from '../../util/getCharge.js';

mf: getMF(molecule).mf,
em: molecule.getMolecularFormula().absoluteWeight,
em: Math.round(molecule.getMolecularFormula().absoluteWeight * 1e6) / 1e6,
charge: getCharge(molecule),

@@ -21,0 +21,0 @@ };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc