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

netcdf-gcms

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netcdf-gcms - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

src/brukerGCMS.js

2

package.json
{
"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

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