Comparing version 1.4.9 to 1.4.10
{ | ||
"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
1241361
+ Addedcross-fetch@^3.1.4
- Removednode-fetch@^2.6.1
Updatedchemical-elements@^1.1.13
Updatedisotopic-distribution@^1.2.3
Updatedjszip@^3.7.1
Updatedmf-finder@^1.1.18
Updatedmf-from-google-sheet@^1.1.19
Updatedmf-generator@^1.3.7
Updatedmf-matcher@^1.1.18
Updatedmf-parser@^1.3.5
Updatedmf-utilities@^1.2.12
Updatedms-spectrum@^1.3.0
Updatednucleotide@^1.2.12
Updatedpeptide@^1.11.1