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.1.1 to 6.1.2

27

brukerconverter.d.ts

@@ -1,2 +0,2 @@

import { DoubleArray } from 'cheminfo-types';
import { DoubleArray, Data2D } from 'cheminfo-types';
import type { FileCollectionItem, FileCollection } from 'filelist-utils';

@@ -135,25 +135,2 @@

export interface MinMaxContent {
z: DoubleArray[];
minZ: number;
maxZ: number;
minY: number;
maxY: number;
minX: number;
maxX: number;
}
export type MinMax = Data2DFid | Data2DFt;
export interface Data2DFid {
re: MinMaxContent;
im?: MinMaxContent;
}
export interface Data2DFt {
rr: MinMaxContent;
ri?: MinMaxContent;
ir?: MinMaxContent;
ii?: MinMaxContent;
}
export interface GeneralBrukerSource {

@@ -169,3 +146,3 @@ name: string;

spectra: Spectrum2D[];
minMax: MinMax;
minMax: Data2D;
ntuples: any;

@@ -172,0 +149,0 @@ meta: Record<string, any>;

4

package.json
{
"name": "brukerconverter",
"version": "6.1.1",
"version": "6.1.2",
"description": "Parse and convert Bruker raw data",

@@ -46,3 +46,3 @@ "main": "lib/index.js",

"dependencies": {
"cheminfo-types": "^1.4.0",
"cheminfo-types": "^1.5.0",
"filelist-utils": "^1.8.0",

@@ -49,0 +49,0 @@ "iobuffer": "^5.3.2",

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