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

mf-matcher

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mf-matcher - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

package.json
{
"name": "mf-matcher",
"version": "0.5.2",
"version": "0.5.3",
"description": "Returns true / false for an object using mw, em, msem, unsaturation and atoms",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -28,2 +28,4 @@ 'use strict';

maxEM = +Infinity,
minMSEM = -Infinity,
maxMSEM = +Infinity,
atoms

@@ -43,2 +45,7 @@ } = options;

}
if (ms.em !== undefined) {
if ((ms.em < minMSEM) || (ms.em > maxMSEM)) return false;
}
if (targetMass && ms.ppm > precision) return false;

@@ -45,0 +52,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