Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mf-parser

Package Overview
Dependencies
Maintainers
4
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mf-parser - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

package.json
{
"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');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc