New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mf-finder

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mf-finder - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

8

package.json
{
"name": "mf-finder",
"version": "0.5.7",
"version": "0.5.8",
"description": "Find a molecular formula from a monoisotopic mass",

@@ -21,7 +21,7 @@ "main": "src/index.js",

"dependencies": {
"chemical-elements": "^0.5.2",
"mf-parser": "^0.5.2",
"mf-utilities": "^0.5.2",
"chemical-elements": "^0.5.8",
"mf-parser": "^0.5.8",
"mf-utilities": "^0.5.8",
"molecular-formula": "^1.1.0"
}
}

@@ -7,4 +7,8 @@ 'use strict';

const TargetMassCache = require('./TargetMassCache');
/**
* Returns possible combinations
* {number} [targetMass]
* {object} [options={}]
* {string} [options.ionizations=''] - comma separated list of ionizations
* * @return {}

@@ -11,0 +15,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