Comparing version 2.0.3 to 2.0.4
@@ -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. |
@@ -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) |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7972154
2
10
8599
+ Addedextend@3.0.2(transitive)
- Removedextend@3.0.0
- Removedspectrum-generator@^2.0.1
- Removedxy-parser@^1.2.0
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removeddebug@3.2.7(transitive)
- Removedextend@3.0.0(transitive)
- Removedml-arrayxy-uniquex@0.0.2(transitive)
- Removedms@2.1.3(transitive)
- Removedow@0.4.0(transitive)
- Removedow-lite@0.0.2(transitive)
- Removedrandom@2.2.0(transitive)
- Removedregenerator-runtime@0.11.1(transitive)
- Removedseedrandom@2.4.43.0.5(transitive)
- Removedspectrum-generator@2.0.1(transitive)
- Removedxy-parser@1.5.0(transitive)