isotopic-distribution
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "isotopic-distribution", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Calculate the isotopic distribution of a molecular formula", | ||
@@ -21,8 +21,8 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"chemical-elements": "^1.1.3", | ||
"mf-parser": "^1.1.3", | ||
"mf-utilities": "^1.1.3", | ||
"chemical-elements": "^1.1.4", | ||
"mf-parser": "^1.1.4", | ||
"mf-utilities": "^1.1.4", | ||
"spectrum-generator": "^4.0.0" | ||
}, | ||
"gitHead": "834055250f139573b8a8a0a505243d0466678868" | ||
"gitHead": "484945585a0dfec6e33936e3367df6f54a6a9d3d" | ||
} |
@@ -252,3 +252,3 @@ 'use strict'; | ||
const to = Math.ceil(options.to || points[points.length - 1].x + 2); | ||
const nbPoints = ((to - from) * 10) / this.fwhm + 1; | ||
const nbPoints = Math.round(((to - from) * 10) / this.fwhm + 1); | ||
let gaussianOptions = { | ||
@@ -255,0 +255,0 @@ from, |
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
36870
Updatedchemical-elements@^1.1.4
Updatedmf-parser@^1.1.4
Updatedmf-utilities@^1.1.4