🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

dcs-data

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcs-data

Project that allows to deal with Differential Centrifugal Sedimentation (DCS)

0.5.0
latest
Source
npm
Version published
Weekly downloads
28
250%
Maintainers
4
Weekly downloads
 
Created
Source

dcs-data

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

Project that allows to deal with Differential Centrifugal Sedimentation (DCS)

Installation

$ npm install --save dcs-data

Usage

import DCSData from 'dcs-data';

// text should contain a CVS file exported from a CPS instrument

let spectrum = DCSData.fromCPS(text);

let data = spectrum.get();

License

MIT

FAQs

Package last updated on 14 Apr 2022

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