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

brukerconverter

Package Overview
Dependencies
Maintainers
6
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brukerconverter - npm Package Compare versions

Comparing version 6.3.2-pre.1696485692 to 6.3.2

19

brukerconverter.d.ts

@@ -5,2 +5,3 @@ import { DoubleArray } from 'cheminfo-types';

import { FromTo } from 'cheminfo-types';
import { Logger } from 'cheminfo-types';
import { NmrData2D } from 'cheminfo-types';

@@ -92,12 +93,3 @@ import { Options } from 'filelist-utils/lib/Options';

/**
* @typedef {import('../types').GroupByExperimentsOptions} GroupByExperimentsOptions
*/
/**
* Retrieve the list of files for further process
* @param {import('filelist-utils').FileCollection} fileCollection - FileCollection instance of the bruker folder or zip file.
* @param {GroupByExperimentsOptions} [options={}]
* @returns {Array<import('../types').Experiment>}
*/
export declare function groupByExperiments(fileCollection: FileCollection, options?: GroupByExperimentsOptions_2 | undefined): Array<Experiment>;
export declare function groupByExperiments(fileCollection: any, options?: {}): any;

@@ -138,2 +130,7 @@ export declare type GroupByExperimentsOptions = GroupByExperimentsOptions_2;

dataSelection?: 'ft' | 'fid' | 'both' | 'preferFT' | 'preferFID';
/**
* Logger
* @default undefined
*/
logger?: Logger;
}

@@ -209,4 +206,4 @@

declare type ZipContent = [zipContent: string | number[] | Blob | ArrayBuffer | Uint8Array | NodeJS.ReadableStream | Promise<string | number[] | Blob | ArrayBuffer | Uint8Array | NodeJS.ReadableStream>, options?: Options | undefined][0];
declare type ZipContent = [zipContent: string | Blob | ArrayBuffer | Uint8Array | number[] | NodeJS.ReadableStream | Promise<string | Blob | ArrayBuffer | Uint8Array | number[] | NodeJS.ReadableStream>, options?: Options | undefined][0];
export { }
{
"name": "brukerconverter",
"version": "6.3.2-pre.1696485692",
"version": "6.3.2",
"description": "Parse and convert Bruker raw data",

@@ -68,2 +68,2 @@ "types": "brukerconverter.d.ts",

}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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