Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

isotopic-distribution

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isotopic-distribution - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

10

package.json
{
"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,

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