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 1.1.9 to 1.1.10

14

CHANGELOG.md

@@ -6,4 +6,8 @@ # Change Log

## [1.1.9](https://github.com/cheminfo/molecular-formula/compare/isotopic-distribution@1.1.8...isotopic-distribution@1.1.9) (2020-08-19)
## 1.1.10 (2021-03-12)
## 0.59.2 (2021-03-12)
**Note:** Version bump only for package isotopic-distribution

@@ -15,12 +19,12 @@

## [1.1.8](https://github.com/cheminfo/molecular-formula/compare/isotopic-distribution@1.1.7...isotopic-distribution@1.1.8) (2020-04-18)
## [1.1.9](https://github.com/cheminfo/mass-tools/compare/isotopic-distribution@1.1.8...isotopic-distribution@1.1.9) (2020-08-19)
**Note:** Version bump only for package isotopic-distribution
## [1.1.8](https://github.com/cheminfo/mass-tools/compare/isotopic-distribution@1.1.7...isotopic-distribution@1.1.8) (2020-04-18)
**Note:** Version bump only for package isotopic-distribution
## [1.1.7](https://github.com/cheminfo/mass-tools/compare/isotopic-distribution@1.1.6...isotopic-distribution@1.1.7) (2020-04-18)
## [1.1.7](https://github.com/cheminfo/molecular-formula/compare/isotopic-distribution@1.1.6...isotopic-distribution@1.1.7) (2020-04-18)
**Note:** Version bump only for package isotopic-distribution
{
"name": "isotopic-distribution",
"version": "1.1.9",
"version": "1.1.10",
"description": "Calculate the isotopic distribution of a molecular formula",

@@ -11,3 +11,3 @@ "main": "src/index.js",

"type": "git",
"url": "git+https://github.com/cheminfo/molecular-formula.git"
"url": "git+https://github.com/cheminfo/mass-tools.git"
},

@@ -18,12 +18,11 @@ "keywords": [],

"bugs": {
"url": "https://github.com/cheminfo/molecular-formula/issues"
"url": "https://github.com/cheminfo/mass-tools/issues"
},
"homepage": "https://github.com/cheminfo/molecular-formula/tree/master/packages/isotopic-distribution#readme",
"homepage": "https://github.com/cheminfo/mass-tools/tree/master/packages/isotopic-distribution#readme",
"dependencies": {
"chemical-elements": "^1.1.5",
"mf-parser": "^1.1.6",
"mf-utilities": "^1.2.0",
"spectrum-generator": "^4.0.2"
},
"gitHead": "cfb4dd864b00757572700c8751b620d500682476"
"chemical-elements": "^1.1.6",
"mf-parser": "^1.1.7",
"mf-utilities": "^1.2.1",
"spectrum-generator": "^4.6.0"
}
}

@@ -10,2 +10,5 @@ 'use strict';

expect(gaussian.y[15]).toBeCloseTo(gaussian.y[25], 5);
expect(gaussian.y[15]).toBeCloseTo(gaussian.y[20] / 2, 5);
expect(gaussian.x).toHaveLength(73);

@@ -12,0 +15,0 @@ expect(Math.min(...gaussian.x)).toBeCloseTo(11.82, 1);

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