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

jcampconverter

Package Overview
Dependencies
Maintainers
6
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jcampconverter - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

4

History.md

@@ -0,1 +1,5 @@

## [5.0.2](https://github.com/cheminfo-js/jcampconverter/compare/v5.0.1...v5.0.2) (2020-04-08)
## [5.0.1](https://github.com/cheminfo-js/jcampconverter/compare/v5.0.0...v5.0.1) (2020-04-04)

@@ -2,0 +6,0 @@

2

lib/index.js

@@ -730,3 +730,3 @@ 'use strict';

let ldrs = jcamp.split(/[\r\n]+##/);
let ldrs = jcamp.replace(/[\r\n]+##/g, '\n##').split('\n##');

@@ -733,0 +733,0 @@ profiling(result, 'Split to LDRS', options);

{
"name": "jcampconverter",
"version": "5.0.1",
"version": "5.0.2",
"description": "Parse and convert JCAMP data",

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

"eslint-plugin-prettier": "^3.1.2",
"esm": "^3.2.25",
"jest": "^25.2.6",

@@ -61,0 +62,0 @@ "prettier": "^2.0.2",

@@ -54,3 +54,3 @@ import { isMSField, convertMSFieldToLabel } from './complexChromatogram';

let ldrs = jcamp.split(/[\r\n]+##/);
let ldrs = jcamp.replace(/[\r\n]+##/g, '\n##').split('\n##');

@@ -57,0 +57,0 @@ profiling(result, 'Split to LDRS', options);

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