New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

brukerconverter

Package Overview
Dependencies
Maintainers
6
Versions
89
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.0.3-pre.1673653817 to 6.0.3-pre.1673878700

7

lib/index.js

@@ -585,5 +585,2 @@ 'use strict';

}
if (options.keepFiles) {
result.source.files = brukerFiles.fileCollectionItems;
}
// todo we could as well keep the FileList at this level if

@@ -593,2 +590,6 @@ // we want to keep the original data

if (options.keepFiles) {
result.source.files = brukerFiles.fileCollectionItems;
}
//normalizing info

@@ -595,0 +596,0 @@ result.meta.DATE = Number(result.meta.DATE);

{
"name": "brukerconverter",
"version": "6.0.3-pre.1673653817",
"version": "6.0.3-pre.1673878700",
"description": "Parse and convert Bruker raw data",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -31,5 +31,2 @@ import { convert1D } from './convert1D';

}
if (options.keepFiles) {
result.source.files = brukerFiles.fileCollectionItems;
}
// todo we could as well keep the FileList at this level if

@@ -39,2 +36,6 @@ // we want to keep the original data

if (options.keepFiles) {
result.source.files = brukerFiles.fileCollectionItems;
}
//normalizing info

@@ -41,0 +42,0 @@ result.meta.DATE = Number(result.meta.DATE);

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