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.9 to 7.0.0

6

brukerconverter.d.ts

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

name: string;
expno: number;
expno?: number;
fileCollectionItems: FileCollectionItem[];

@@ -124,3 +124,3 @@ quantFactorSample?: FileCollectionItem;

/**
* allow filter by only processed (FT) or raw data (FID), set a preference for
* allow filter by only processed (FT) or raw data (FID), set a preference for
* FT or FID if both exists, or always load both.

@@ -159,3 +159,3 @@ * @default 'both'

ntuples: any;
integrals?: Array<FromTo & { integration: number }>
integrals?: Array<FromTo & { integration: number }>;
meta: Record<string, string | number>;

@@ -162,0 +162,0 @@ info: Record<string, string | number>;

{
"name": "brukerconverter",
"version": "6.3.9",
"version": "7.0.0",
"description": "Parse and convert Bruker raw data",

@@ -47,8 +47,8 @@ "types": "brukerconverter.d.ts",

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@microsoft/api-extractor": "^7.42.3",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@microsoft/api-extractor": "^7.43.1",
"@types/jest": "^29.5.12",
"bruker-data-test": "^0.5.4",
"cheminfo-build": "^1.2.0",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",

@@ -59,12 +59,12 @@ "eslint-config-cheminfo": "^9.2.0",

"prettier": "^3.2.5",
"rollup": "^4.12.1"
"rollup": "^4.17.0"
},
"dependencies": {
"cheminfo-types": "^1.7.2",
"cheminfo-types": "^1.7.3",
"filelist-utils": "^1.11.0",
"iobuffer": "^5.3.2",
"is-any-array": "^2.0.1",
"jcampconverter": "^9.6.1",
"ml-spectra-processing": "^14.1.1"
"jcampconverter": "^9.6.4",
"ml-spectra-processing": "^14.3.0"
}
}

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