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 6.7.1 to 6.8.0

src/x/xUniqueSorted.js

7

CHANGELOG.md
# Changelog
## [6.8.0](https://www.github.com/mljs/spectra-processing/compare/v6.7.1...v6.8.0) (2021-07-23)
### Features
* add xUniqueSorted ([104cf0f](https://www.github.com/mljs/spectra-processing/commit/104cf0f8b31f1e31a07028093f8d374af5dfe5d3))
### [6.7.1](https://www.github.com/mljs/spectra-processing/compare/v6.7.0...v6.7.1) (2021-06-16)

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

16

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

@@ -46,11 +46,11 @@ "main": "lib/index.js",

"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@types/jest": "^26.0.23",
"cheminfo-build": "^1.1.10",
"eslint": "^7.28.0",
"@types/jest": "^26.0.24",
"cheminfo-build": "^1.1.11",
"eslint": "^7.31.0",
"eslint-config-cheminfo": "^5.2.4",
"esm": "^3.2.25",
"jest": "^27.0.4",
"jest": "^27.0.6",
"jest-matcher-deep-close-to": "^2.0.1",
"prettier": "^2.3.1",
"rollup": "^2.52.0"
"prettier": "^2.3.2",
"rollup": "^2.53.3"
},

@@ -66,3 +66,3 @@ "dependencies": {

"ml-array-standard-deviation": "^1.1.6",
"ml-gsd": "^6.6.2",
"ml-gsd": "^6.6.3",
"ml-matrix": "^6.8.0",

@@ -69,0 +69,0 @@ "spline-interpolator": "^1.0.0"

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

export * from './x/xDivide';
export * from './x/xDotProduct';
export * from './x/xFindClosestIndex';

@@ -65,3 +66,3 @@ export * from './x/xGetFromToIndex';

export * from './x/xMeanSquaredError';
export * from './x/xDotProduct';
export * from './x/xUniqueSorted';

@@ -68,0 +69,0 @@ export * from './reim/reimAbsolute';

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