isotopic-distribution
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -94,3 +94,3 @@ "use strict"; | ||
y: 1, | ||
composition: this.fwhm === MINIMAL_FWHM ? {} : undefined, | ||
composition: this.fwhm === MINIMAL_FWHM ? {} : undefined, // should we calculate composition in isotopes of each peak | ||
}, | ||
@@ -97,0 +97,0 @@ ]); |
@@ -21,2 +21,4 @@ import type { IsotopesInfo, PartInfo } from 'mf-parser'; | ||
* Amount of Dalton under which 2 peaks are joined. | ||
* If the fwhm is smaller than 1e-8 we will calculate the composition in isotopes for each peak and add the corresponding property. | ||
* This allows to annotate the isotopic composition at the level of each peak. | ||
* @default 0.01 | ||
@@ -23,0 +25,0 @@ */ |
{ | ||
"name": "isotopic-distribution", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Calculate the isotopic distribution of a molecular formula", | ||
@@ -24,4 +24,4 @@ "main": "lib/src/index.js", | ||
"chemical-elements": "^2.1.1", | ||
"mf-parser": "^3.2.1", | ||
"mf-utilities": "^3.2.1", | ||
"mf-parser": "^3.2.2", | ||
"mf-utilities": "^3.2.2", | ||
"spectrum-generator": "^8.0.11" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "838f98a30846d4b1721b8ed7aa94a55e854d7521" | ||
"gitHead": "1ac79731e790d4ea1b0b443f4c38bd68c1cc6a86" | ||
} |
@@ -100,3 +100,3 @@ import { ELECTRON_MASS } from 'chemical-elements'; | ||
y: 1, | ||
composition: this.fwhm === MINIMAL_FWHM ? {} : undefined, | ||
composition: this.fwhm === MINIMAL_FWHM ? {} : undefined, // should we calculate composition in isotopes of each peak | ||
}, | ||
@@ -103,0 +103,0 @@ ]); |
@@ -24,2 +24,4 @@ import type { IsotopesInfo, PartInfo } from 'mf-parser'; | ||
* Amount of Dalton under which 2 peaks are joined. | ||
* If the fwhm is smaller than 1e-8 we will calculate the composition in isotopes for each peak and add the corresponding property. | ||
* This allows to annotate the isotopic composition at the level of each peak. | ||
* @default 0.01 | ||
@@ -26,0 +28,0 @@ */ |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
96249
1688
0
Updatedmf-parser@^3.2.2
Updatedmf-utilities@^3.2.2