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

emdb

Package Overview
Dependencies
Maintainers
1
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 0.5.6 to 0.5.7

src/__tests__/util.js

9

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

@@ -26,6 +26,7 @@ "browser": {

"jszip": "^3.1.5",
"mf-finder": "^0.5.2",
"mf-from-google-sheet": "^0.5.6",
"mf-generator": "^0.5.6",
"mf-finder": "^0.5.7",
"mf-from-google-sheet": "^0.5.7",
"mf-generator": "^0.5.7",
"mf-matcher": "^0.5.6",
"mf-parser": "^0.5.2",
"mf-utilities": "^0.5.2",

@@ -32,0 +33,0 @@ "peaks-similarity": "^2.3.0",

@@ -16,2 +16,3 @@ 'use strict';

dbManager.fromMonoisotopicMass(120, {
allowNeutral: false,
ionizations: ', H+, K+',

@@ -18,0 +19,0 @@ precision: 100,

@@ -7,2 +7,3 @@ 'use strict';

function DBManager() {

@@ -110,3 +111,8 @@ this.databases = {};

DBManager.Util = {
IsotopicDistribution: require('isotopic-distribution'),
MF: require('mf-parser').MF,
};
module.exports = DBManager;
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