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

mf-parser

Package Overview
Dependencies
Maintainers
6
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 0.4.2 to 0.4.3

6

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

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