chromatography
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -1241,2 +1241,6 @@ 'use strict'; | ||
hasMass() { | ||
return this.hasSerie('ms'); | ||
} | ||
/** | ||
@@ -1243,0 +1247,0 @@ * Delete a serie |
{ | ||
"name": "chromatography", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "Tools for storing, search and analize GC/MS spectra", | ||
@@ -43,9 +43,9 @@ "main": "lib/index.js", | ||
"babel-preset-env": "^1.6.1", | ||
"cheminfo-tools": "^1.20.2", | ||
"cheminfo-tools": "^1.22.4", | ||
"codecov": "^3.0.0", | ||
"documentation": "^8.1.2", | ||
"eslint": "^5.7.0", | ||
"eslint": "^5.9.0", | ||
"eslint-config-cheminfo": "^1.15.1", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-jest": "^21.12.1", | ||
"eslint-plugin-jest": "^21.27.2", | ||
"eslint-plugin-no-only-tests": "^2.0.0", | ||
@@ -64,7 +64,7 @@ "jest": "^23.5.0", | ||
"ml-array-mean": "^1.1.0", | ||
"ml-gsd": "^2.0.2", | ||
"ml-gsd": "^2.0.3", | ||
"ml-regression-polynomial": "^1.0.2", | ||
"mzdata": "^1.1.0", | ||
"mzmjs": "^0.2.0", | ||
"netcdf-gcms": "^1.2.2", | ||
"netcdf-gcms": "^1.2.3", | ||
"num-sort": "^1.0.0", | ||
@@ -71,0 +71,0 @@ "xy-parser": "^2.2.0" |
@@ -62,2 +62,6 @@ import { rescaleTime } from './rescaleTime'; | ||
hasMass() { | ||
return this.hasSerie('ms'); | ||
} | ||
/** | ||
@@ -64,0 +68,0 @@ * Delete a serie |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
126460
44
3368
Updatedml-gsd@^2.0.3
Updatednetcdf-gcms@^1.2.3