Comparing version 1.4.4 to 1.4.5
{ | ||
"name": "mf-parser", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "Parse a molecular formula", | ||
@@ -21,4 +21,4 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"atom-sorter": "^1.1.9", | ||
"chemical-elements": "^1.2.0", | ||
"atom-sorter": "^1.1.10", | ||
"chemical-elements": "^1.2.1", | ||
"chemical-groups": "^1.2.1" | ||
@@ -29,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "0cceb8fe88adb924d371419bf3738b0e2d0a438c" | ||
"gitHead": "78f6c10cea6825c99ba7fd6a103367dec9979564" | ||
} |
'use strict'; | ||
const parse = require('./parse'); | ||
const { subscript, superscript } = require('./util/subSuperscript'); | ||
const toDisplay = require('./util/toDisplay'); | ||
@@ -17,4 +18,2 @@ const toHtml = require('./util/toHtml'); | ||
const { subscript, superscript } = require('./util/subSuperscript'); | ||
module.exports = { | ||
@@ -21,0 +20,0 @@ Kind: require('./Kind'), |
'use strict'; | ||
const parse = require('../../parse'); | ||
const toParts = require('../toParts'); | ||
@@ -53,4 +54,2 @@ let tests = [ | ||
const toParts = require('../toParts'); | ||
test.each(tests)('toParts %p', (aTest) => { | ||
@@ -57,0 +56,0 @@ let parsed = parse(aTest.mf); |
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
71755
Updatedatom-sorter@^1.1.10
Updatedchemical-elements@^1.2.1