netcdf-gcms
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "netcdf-gcms", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Parser from NetCDF files to JSON usable for GCMS", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -6,2 +6,3 @@ 'use strict'; | ||
const agilentGCMS = require('./agilentGCMS'); | ||
const brukerGCMS = require('./brukerGCMS'); | ||
const agilentHPLC = require('./agilentHPLC'); | ||
@@ -39,2 +40,4 @@ const finniganGCMS = require('./finniganGCMS'); | ||
ans = finniganGCMS(reader); | ||
} else if (mass_values && instrument_mfr && instrument_mfr.match(/bruker/i)) { | ||
ans = brukerGCMS(reader); | ||
} else if (detector_name && detector_name.match(/dad/i)) { | ||
@@ -41,0 +44,0 @@ // diode array agilent HPLC |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28829
10
489
1