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 0.3.0 to 1.0.0

2

History.md

@@ -0,1 +1,3 @@

## [1.0.0](https://github.com/cheminfo/multiplet-analysis/compare/v0.3.0...v1.0.0) (2021-03-24)
# [0.3.0](https://github.com/cheminfo/multiplet-analysis/compare/v0.2.0...v0.3.0) (2020-09-11)

@@ -2,0 +4,0 @@

@@ -481,3 +481,8 @@ 'use strict';

/* eslint-disable no-console */
/**
* Analyse X / Y array and extract multiplicity
* @param {object} [data={}] An object containing properties x and y
* @param {object} [options={}] Options (default is empty object)
* @param {number} [options.frequency=400] Acquisition frequency, default is 400 MHz
*/

@@ -484,0 +489,0 @@ /**

23

package.json
{
"name": "multiplet-analysis",
"version": "0.3.0",
"version": "1.0.0",
"description": "",

@@ -41,19 +41,16 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"eslint": "^6.8.0",
"eslint-config-cheminfo": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.2",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"eslint": "^7.22.0",
"eslint-config-cheminfo": "^5.2.3",
"esm": "^3.2.25",
"jest": "^25.2.3",
"nmr-simulation": "^1.0.19",
"prettier": "^2.0.2",
"rollup": "^2.2.0"
"fft.js": "^4.0.4",
"jest": "^26.6.3",
"nmr-simulation": "^1.0.21",
"prettier": "^2.2.1",
"rollup": "^2.42.4"
},
"dependencies": {
"fft-js": "0.0.12",
"fft.js": "^4.0.3",
"ml-array-xy-max-y": "^1.0.1"
"ml-array-xy-max-y": "^1.0.2"
}
}

@@ -21,2 +21,4 @@ # multiplet-analysis

[Technical information](docs/index.html)
## Run example

@@ -110,1 +112,8 @@

## Demo and examples
[Main scientific page](docs/main.md).
[example 1](docs/index3.html).
[example 2](docs/index2.html).

@@ -0,0 +0,0 @@ export function appendDebug(

@@ -0,0 +0,0 @@ export function decofast1(yi, jStar, sign, nbLines, addspace = 0) {

@@ -1,2 +0,1 @@

/* eslint-disable no-console */
/**

@@ -3,0 +2,0 @@ * Analyse X / Y array and extract multiplicity

@@ -0,0 +0,0 @@ import { decofast1, decofast2 } from './deco';

@@ -0,0 +0,0 @@ import { scalarProduct } from './scalarProduct';

@@ -0,0 +0,0 @@ export function getGeneralPascal(n, spin = 0.5) {

@@ -0,0 +0,0 @@ export function scalarProduct(

@@ -0,0 +0,0 @@ export function symmetrize(y) {

@@ -0,0 +0,0 @@ import { fft, ifft } from 'fft-js';

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