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

multiplet-analysis

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiplet-analysis - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

multiplet-analysis.d.ts

2

lib/index.js

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

//symmetrize if requested to
if (symmetrizeEachStep === true) {
if (symmetrizeEachStep) {
[spectrum, scale] = removeShift(spectrum, scale, 95);

@@ -597,0 +597,0 @@

{
"name": "multiplet-analysis",
"version": "2.1.3",
"version": "2.1.4",
"description": "Extract coupling constants from a complex NMR multiiplet",

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

"lib",
"src"
"src",
"multiplet-analysis.d.ts"
],

@@ -13,0 +14,0 @@ "scripts": {

@@ -146,3 +146,3 @@ /**

//symmetrize if requested to
if (symmetrizeEachStep === true) {
if (symmetrizeEachStep) {
[spectrum, scale] = removeShift(spectrum, scale, 95);

@@ -149,0 +149,0 @@

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