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

nmr-processing

Package Overview
Dependencies
Maintainers
4
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nmr-processing

[![NPM version][npm-image]][npm-url] [![build status][ci-image]][ci-url] [![Test coverage][codecov-image]][codecov-url] [![npm download][download-image]][download-url]

  • 1.5.2
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

nmr-processing

NPM version build status Test coverage npm download

Introduction

The goal is to have pure functions allowing to process NMR spectra.

All the functions use only native javascript object and will not use any classes.

The functions are sorted by category on which they apply. Currently the categories are:

  • xy
  • peaks
  • ranges

Debug

A viewer for xy data is available in /web

Installation

$ npm i nmr-processing

Usage

import library from 'nmr-processing';

const result = library(args);
// result is ...

API Documentation

License

MIT

FAQs

Package last updated on 22 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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