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

jcampconverter

Package Overview
Dependencies
Maintainers
4
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 9.0.5 to 9.0.6

2

lib-esm/postProcessingNMR.js

@@ -32,3 +32,3 @@ import { gyromagneticRatio } from 'gyromagnetic-ratio';

}
if (shiftOffsetVal) {
if (shiftOffsetVal && spectrum.xUnits.toLowerCase().includes('ppm')) {
let shift = spectrum.firstX - shiftOffsetVal;

@@ -35,0 +35,0 @@ spectrum.firstX = spectrum.firstX - shift;

@@ -34,3 +34,3 @@ "use strict";

}
if (shiftOffsetVal) {
if (shiftOffsetVal && spectrum.xUnits.toLowerCase().includes('ppm')) {
let shift = spectrum.firstX - shiftOffsetVal;

@@ -37,0 +37,0 @@ spectrum.firstX = spectrum.firstX - shift;

{
"name": "jcampconverter",
"version": "9.0.5",
"version": "9.0.6",
"description": "Parse and convert JCAMP data",

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

@@ -34,3 +34,3 @@ import { gyromagneticRatio } from 'gyromagnetic-ratio';

}
if (shiftOffsetVal) {
if (shiftOffsetVal && spectrum.xUnits.toLowerCase().includes('ppm')) {
let shift = spectrum.firstX - shiftOffsetVal;

@@ -37,0 +37,0 @@ spectrum.firstX = spectrum.firstX - shift;

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