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

isotopic-distribution

Package Overview
Dependencies
Maintainers
2
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 2.0.0 to 2.0.1

4

lib/index.js

@@ -323,4 +323,4 @@ 'use strict';

* @typedef {object} XY
* @property {Array<number>} x - The x array
* @property {Array<number>} y - The y array
* @property {number[]} x - The x array
* @property {number[]} y - The y array
*/

@@ -327,0 +327,0 @@

{
"name": "isotopic-distribution",
"version": "2.0.0",
"version": "2.0.1",
"description": "Calculate the isotopic distribution of a molecular formula",

@@ -24,4 +24,4 @@ "main": "lib/index.js",

"chemical-elements": "^2.0.0",
"mf-parser": "^2.0.0",
"mf-utilities": "^2.0.0",
"mf-parser": "^2.1.0",
"mf-utilities": "^2.0.1",
"spectrum-generator": "^8.0.6"

@@ -32,3 +32,3 @@ },

},
"gitHead": "c6ebfbd64c711f8839a02a43c5708e71a379885b"
"gitHead": "5dbfd516cc7f0aa51bca03f1e2384775b047db8a"
}

@@ -14,4 +14,4 @@ import { ELECTRON_MASS } from 'chemical-elements';

* @typedef {object} XY
* @property {Array<number>} x - The x array
* @property {Array<number>} y - The y array
* @property {number[]} x - The x array
* @property {number[]} y - The y array
*/

@@ -18,0 +18,0 @@

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