multiplet-analysis
Advanced tools
Comparing version 0.3.0 to 1.0.0
@@ -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 @@ /** |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
72179
2
9
1746
0
118
1
- Removedfft.js@^4.0.3
- Removedfft.js@4.0.4(transitive)
Updatedml-array-xy-max-y@^1.0.2