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

emdb

Package Overview
Dependencies
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emdb - npm Package Compare versions

Comparing version 1.12.1 to 1.13.0

12

package.json
{
"name": "emdb",
"version": "1.12.1",
"version": "1.13.0",
"description": "Database manager for exact mass query",

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

"jszip": "^3.7.1",
"mf-finder": "^1.3.1",
"mf-from-google-sheet": "^1.1.36",
"mf-generator": "^1.3.24",
"mf-finder": "^1.4.0",
"mf-from-google-sheet": "^1.1.37",
"mf-generator": "^1.3.25",
"mf-matcher": "^1.2.7",

@@ -36,3 +36,3 @@ "mf-parser": "^1.4.7",

"ml-regression-theil-sen": "^2.0.0",
"ms-spectrum": "^1.6.12",
"ms-spectrum": "^1.6.13",
"nucleotide": "^1.2.23",

@@ -46,3 +46,3 @@ "peaks-similarity": "^2.3.1",

},
"gitHead": "49f41094f790eb50e5b71ccf22219a14aac9fec7"
"gitHead": "988291b8d79f39fc2074f384845dd5878dea19fd"
}

@@ -10,3 +10,5 @@ 'use strict';

* @param {number} [options.maxIterations=10000000] - Maximum number of iterations
* @param {function} [options.onStep] - Callback to do after each step
* @param {function} [options.onStep] - Callback to do after each step
* @param {boolean} [options.allowNeutral=true]
* @param {boolean} [options.uniqueMFs=true]
* @param {number} [options.limit=1000] - Maximum number of results

@@ -13,0 +15,0 @@ * @param {string} [options.ionizations=''] - string containing a comma separated list of modifications

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