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

ml-spectra-processing

Package Overview
Dependencies
Maintainers
6
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-spectra-processing - npm Package Compare versions

Comparing version 5.6.0 to 5.7.0

src/xy/xyFilterXPositive.js

7

CHANGELOG.md
# Changelog
## [5.7.0](https://www.github.com/mljs/spectra-processing/compare/v5.6.0...v5.7.0) (2021-03-04)
### Features
* add xyFilterXPositive ([7d8ffcb](https://www.github.com/mljs/spectra-processing/commit/7d8ffcbe39702db030f514e37dcf7ba7f4d18db4))
## [5.6.0](https://www.github.com/mljs/spectra-processing/compare/v5.5.3...v5.6.0) (2021-03-03)

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

16

package.json
{
"name": "ml-spectra-processing",
"version": "5.6.0",
"version": "5.7.0",
"description": "Various method to process spectra",

@@ -43,7 +43,7 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.13.0",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@types/jest": "^26.0.20",
"cheminfo-build": "^1.1.9",
"eslint": "^7.20.0",
"eslint-config-cheminfo": "^5.2.2",
"cheminfo-build": "^1.1.10",
"eslint": "^7.21.0",
"eslint-config-cheminfo": "^5.2.3",
"esm": "^3.2.25",

@@ -53,3 +53,3 @@ "jest": "^26.6.3",

"prettier": "^2.2.1",
"rollup": "^2.39.1"
"rollup": "^2.40.0"
},

@@ -59,6 +59,6 @@ "dependencies": {

"is-any-array": "0.1.1",
"ml-array-max": "^1.2.1",
"ml-array-max": "^1.2.2",
"ml-array-mean": "^1.1.4",
"ml-array-median": "^1.1.4",
"ml-array-min": "^1.2.0",
"ml-array-min": "^1.2.1",
"ml-array-standard-deviation": "^1.1.5",

@@ -65,0 +65,0 @@ "ml-gsd": "^6.6.0",

@@ -77,2 +77,3 @@ /**

export * from './xy/xyExtract';
export * from './xy/xyFilterXPositive';
export * from './xy/xyGetNMaxY';

@@ -79,0 +80,0 @@ export * from './xy/xyGrowingX';

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