Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "mf-parser", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "", | ||
@@ -21,5 +21,5 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"atom-sorter": "^0.4.2", | ||
"molecular-formula-generator": "^0.0.0" | ||
"atom-sorter": "^0.4.3", | ||
"chemical-elements": "^0.4.3" | ||
} | ||
} |
@@ -32,3 +32,3 @@ 'use strict'; | ||
test.only('parse molecular formula', function () { | ||
test('parse molecular formula', function () { | ||
for (var key of Object.keys(tests)) { | ||
@@ -35,0 +35,0 @@ check(key, tests[key]); |
'use strict'; | ||
const Kind = require('../Kind'); | ||
const partToMF = require('./partToMF'); | ||
@@ -5,0 +4,0 @@ |
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
43027
1124
+ Addedchemical-elements@^0.4.3
+ Addedchemical-elements@0.4.3(transitive)
+ Addedpapaparse@4.6.3(transitive)
- Removedmolecular-formula-generator@^0.0.0
Updatedatom-sorter@^0.4.3