mass-fragmentation
Advanced tools
Comparing version 1.10.0 to 1.10.1
{ | ||
"name": "mass-fragmentation", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Code to fragment molecules", | ||
"main": "lib/index.js", | ||
"main": "lib/src/index.js", | ||
"module": "src/index.js", | ||
@@ -23,4 +23,4 @@ "files": [ | ||
"dependencies": { | ||
"mf-parser": "^3.2.0", | ||
"openchemlib-utils": "^6.0.1", | ||
"mf-parser": "^3.2.1", | ||
"openchemlib-utils": "^6.3.0", | ||
"react-tree-svg": "^1.0.0" | ||
@@ -31,3 +31,3 @@ }, | ||
}, | ||
"gitHead": "28dae91d3b42556a23097ee08acfe4061f276ed0" | ||
"gitHead": "838f98a30846d4b1721b8ed7aa94a55e854d7521" | ||
} |
@@ -32,4 +32,3 @@ import { MF } from 'mf-parser'; | ||
brokenMolecule.setAtomCustomLabel(bond.atom2, '*'); | ||
atoms.push(bond.atom1); | ||
atoms.push(bond.atom2); | ||
atoms.push(bond.atom1, bond.atom2); | ||
rLinks[bond.atom1] = bond.atom2; | ||
@@ -36,0 +35,0 @@ rLinks[bond.atom2] = bond.atom1; |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
245564
37
6634
2
Updatedmf-parser@^3.2.1
Updatedopenchemlib-utils@^6.3.0