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

exfilms

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exfilms - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.2](https://github.com/vmalnathnambiar/exfilms/compare/v1.0.1...v1.0.2) (2024-03-27)
### Bug Fixes
* **interactive:** writing to output file ([9735138](https://github.com/vmalnathnambiar/exfilms/commit/97351388bb67c2e0bd2a290fb6ae10760648fae1)), closes [#2](https://github.com/vmalnathnambiar/exfilms/issues/2)
## [1.0.1](https://github.com/vmalnathnambiar/exfilms/compare/v1.0.0...v1.0.1) (2024-03-27)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "exfilms",
"version": "1.0.1",
"version": "1.0.2",
"description": "A cross-platform, command line interface (CLI) tool to extract mass spectrometry (MS) data from mzML formatted files, with spectrum filtering capabilities.",

@@ -5,0 +5,0 @@ "bin": {

@@ -120,3 +120,2 @@ ![ExfilMS](./img/logo.png)\

> - Slow output write speed due to build architecture difference (i.e, Intel vs AMD vs ARM) when running ExfilMS with Docker.
> - Unable to output extracted files when running ExfilMS in interactive mode with Docker.

@@ -123,0 +122,0 @@ <br>

@@ -54,2 +54,5 @@ #!/usr/bin/env node

configParam = await inquirer.prompt(prompts);
// Configure some parameters to match argv setDefault() settings format
configParam.outputFormat = configParam.outputFormat[0];
if (configParam.msLevel) {

@@ -64,9 +67,2 @@ configParam.msLevel = configParam.msLevel.split(' ').map(Number);

// Testing to see if code is running inside of Docker container
// if (join(dirname(fileURLToPath(import.meta.url)), '..') === '/app') {
// console.log('running in Docker');
// } else {
// console.log('running locally');
// }
// Ensure decimal place is either a number or NaN

@@ -73,0 +69,0 @@ configParam.decimalPlace = Number(configParam.decimalPlace);

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