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.4.9 to 1.4.10

30

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

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

"dependencies": {
"chemical-elements": "^1.1.12",
"chemical-elements": "^1.1.13",
"chemical-groups": "^1.2.1",
"isotopic-distribution": "^1.2.2",
"jszip": "^3.6.0",
"mf-finder": "^1.1.17",
"mf-from-google-sheet": "^1.1.18",
"mf-generator": "^1.3.6",
"mf-matcher": "^1.1.17",
"mf-parser": "^1.3.4",
"mf-utilities": "^1.2.11",
"cross-fetch": "^3.1.4",
"isotopic-distribution": "^1.2.3",
"jszip": "^3.7.1",
"mf-finder": "^1.1.18",
"mf-from-google-sheet": "^1.1.19",
"mf-generator": "^1.3.7",
"mf-matcher": "^1.1.18",
"mf-parser": "^1.3.5",
"mf-utilities": "^1.2.12",
"ml-array-max": "^1.2.3",
"ml-array-min": "^1.2.2",
"ml-regression-theil-sen": "^2.0.0",
"ms-spectrum": "^1.2.17",
"node-fetch": "^2.6.1",
"nucleotide": "^1.2.11",
"ms-spectrum": "^1.3.0",
"nucleotide": "^1.2.12",
"peaks-similarity": "^2.3.1",
"peptide": "^1.11.0"
"peptide": "^1.11.1"
},
"gitHead": "74a4d17d6ff57ec6e1fbeb5dbfc015c1293d98c4"
"gitHead": "3357658b99069e3a03c06471bc374c5effb919d8"
}

@@ -18,3 +18,3 @@ 'use strict';

it('Filter callback', function () {
it('Filter callback', () => {
let dbManager = new DBManager();

@@ -21,0 +21,0 @@ dbManager.fromRange('C0-4 H0-4', {

'use strict';
const fetch = require('node-fetch');
const fetch = require('cross-fetch');

@@ -5,0 +5,0 @@ module.exports = async function fetchArrayBufferBrowser(url) {

'use strict';
const fetch = require('node-fetch');
const fetch = require('cross-fetch');

@@ -5,0 +5,0 @@ module.exports = async function fetchJSONBrowser(url) {

Sorry, the diff of this file is not supported yet

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