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

ml-gsd

Package Overview
Dependencies
Maintainers
10
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-gsd - npm Package Compare versions

Comparing version 6.5.0 to 6.6.0

7

CHANGELOG.md
# Changelog
## [6.6.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.5.0...v6.6.0) (2021-01-21)
### Features
* update ml-spectra-fitting to 0.13.0 ([2b4f119](https://www.github.com/mljs/global-spectral-deconvolution/commit/2b4f119ce747208f1045b0a6ddc93b9b9bfbbe15))
## [6.5.0](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.4.0...v6.5.0) (2021-01-13)

@@ -4,0 +11,0 @@

4

package.json
{
"name": "ml-gsd",
"version": "6.5.0",
"version": "6.6.0",
"description": "Global Spectra Deconvolution",

@@ -80,5 +80,5 @@ "main": "lib/index.js",

"ml-savitzky-golay-generalized": "2.0.3",
"ml-spectra-fitting": "^0.12.0",
"ml-spectra-fitting": "^0.13.0",
"ml-spectra-processing": "^4.10.0"
}
}

@@ -40,3 +40,5 @@ import { gsd, optimizePeaks } from '..';

factorWidth: 4,
functionName: 'gaussian',
shape: {
kind: 'gaussian',
},
});

@@ -43,0 +45,0 @@ expect(result[0].x).toBeCloseTo(69.938, 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