Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "mf-parser", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -22,3 +22,3 @@ "main": "src/index.js", | ||
"atom-sorter": "^1.1.9", | ||
"chemical-elements": "^1.1.9", | ||
"chemical-elements": "^1.1.10", | ||
"chemical-groups": "^1.1.4" | ||
@@ -29,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "f89522c67fa933bbc753d670869d64bf0f460547" | ||
"gitHead": "9104d8db5dfb5d6b4c9ee1a4ae98258a3573043d" | ||
} |
@@ -86,2 +86,15 @@ 'use strict'; | ||
}); | ||
it('H2Si(OH)2', () => { | ||
let mf = new MF('H2Si(OH)2'); | ||
expect(mf.getInfo()).toStrictEqual({ | ||
mass: 64.11607157056562, | ||
monoisotopicMass: 63.99805590271001, | ||
charge: 0, | ||
mf: 'H4O2Si', | ||
atoms: { H: 4, O: 2, Si: 1 }, | ||
unsaturation: 0, | ||
}); | ||
}); | ||
it('Et3N.HCl', () => { | ||
@@ -88,0 +101,0 @@ let mf = new MF('Et3N.HCl'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2165
65971
36
Updatedchemical-elements@^1.1.10