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

ml-gsd

Package Overview
Dependencies
Maintainers
8
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 2.0.3 to 2.0.4

0

docs/assets/fonts/LICENSE.txt

@@ -0,0 +0,0 @@ Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.

4

History.md

@@ -0,1 +1,5 @@

## [2.0.4](https://github.com/mljs/global-spectral-deconvolution/compare/v2.0.3...v2.0.4) (2019-01-09)
<a name="2.0.3"></a>

@@ -2,0 +6,0 @@ ## [2.0.3](https://github.com/mljs/global-spectral-deconvolution/compare/v2.0.2...v2.0.3) (2018-11-01)

11

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

@@ -47,10 +47,9 @@ "main": "src/index.js",

"jest": "^22.4.4",
"ml-stat": "^1.1.0"
"ml-stat": "^1.1.0",
"spectrum-generator": "^2.0.1",
"xy-parser": "^1.5.0"
},
"dependencies": {
"extend": "3.0.0",
"ml-optimize-lorentzian": "0.1.4",
"ml-savitzky-golay-generalized": "1.1.0",
"spectrum-generator": "^2.0.1",
"xy-parser": "^1.2.0"
"ml-savitzky-golay-generalized": "1.1.0"
},

@@ -57,0 +56,0 @@ "jest": {

'use strict';
const extend = require('extend');
const SG = require('ml-savitzky-golay-generalized');

@@ -43,3 +42,3 @@

function gsd(x, yIn, options) {
options = extend({}, defaultOptions, options);
options = Object.assign({}, defaultOptions, options);
let sgOptions = options.sgOptions;

@@ -46,0 +45,0 @@ const y = [].concat(yIn);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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