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 8.1.0 to 8.1.1

7

CHANGELOG.md
# Changelog
### [8.1.1](https://www.github.com/cheminfo/jcampconverter/compare/v8.1.0...v8.1.1) (2021-05-06)
### Bug Fixes
* bug in linked spectra and reference ([ec63494](https://www.github.com/cheminfo/jcampconverter/commit/ec63494433b865dc3ed7589763d32afbbc1d2c60))
## [8.1.0](https://www.github.com/cheminfo/jcampconverter/compare/v8.0.2...v8.1.0) (2021-05-05)

@@ -4,0 +11,0 @@

4

lib/index.js

@@ -648,6 +648,6 @@ 'use strict';

// specific NMR functions
let observeFrequency = 0;
let shiftOffsetVal = 0;
for (let entry of entriesFlat) {
let observeFrequency = 0;
let shiftOffsetVal = 0;
for (let spectrum of entry.spectra) {

@@ -654,0 +654,0 @@ if (entry.ntuples && entry.ntuples.symbol) {

{
"name": "jcampconverter",
"version": "8.1.0",
"version": "8.1.1",
"description": "Parse and convert JCAMP data",

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

@@ -5,6 +5,6 @@ import { gyromagneticRatio } from 'nmr-processing';

// specific NMR functions
let observeFrequency = 0;
let shiftOffsetVal = 0;
for (let entry of entriesFlat) {
let observeFrequency = 0;
let shiftOffsetVal = 0;
for (let spectrum of entry.spectra) {

@@ -11,0 +11,0 @@ if (entry.ntuples && entry.ntuples.symbol) {

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