Comparing version 3.2.3 to 3.2.4
@@ -14,2 +14,3 @@ "use strict"; | ||
if ((entry.kind === 'atom' || | ||
entry.kind === 'charge' || | ||
entry.kind === 'isotope' || | ||
@@ -16,0 +17,0 @@ entry.kind === 'openingParenthesis' || |
{ | ||
"name": "mf-parser", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "Parse a molecular formula", | ||
@@ -30,3 +30,3 @@ "main": "lib/src/index.js", | ||
}, | ||
"gitHead": "d48b200dec5844f582257f69e1b7d98ef612b210" | ||
"gitHead": "38ebee4da9d16fc78467a05b3d27d780bdf07368" | ||
} |
@@ -13,2 +13,3 @@ export function flatten(parsed, options = {}) { | ||
(entry.kind === 'atom' || | ||
entry.kind === 'charge' || | ||
entry.kind === 'isotope' || | ||
@@ -73,2 +74,3 @@ entry.kind === 'openingParenthesis' || | ||
} | ||
if (groupIdentical) { | ||
@@ -75,0 +77,0 @@ parts = optimizeRanges(parts); |
Sorry, the diff of this file is not supported yet
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
164994
3735