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

mf-parser

Package Overview
Dependencies
Maintainers
0
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 3.2.3 to 3.2.4

1

lib/src/util/flatten.js

@@ -14,2 +14,3 @@ "use strict";

if ((entry.kind === 'atom' ||
entry.kind === 'charge' ||
entry.kind === 'isotope' ||

@@ -16,0 +17,0 @@ entry.kind === 'openingParenthesis' ||

4

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

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