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

ml-matrix-peaks-finder

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-matrix-peaks-finder - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

lib/index.js

8

CHANGELOG.md
# Changelog
### [0.3.1](https://www.github.com/mljs/matrix-peaks-finder/compare/v0.3.0...v0.3.1) (2020-10-27)
### Bug Fixes
* add rollup and prettier configuration ([2c8f15a](https://www.github.com/mljs/matrix-peaks-finder/commit/2c8f15a3e0523aef39cb55a467be7bed55c8f56f))
* package.json for module ([9542e35](https://www.github.com/mljs/matrix-peaks-finder/commit/9542e3518a3c3f176af9168b4818f3f8d3fc52f3))
## [0.3.0](https://www.github.com/mljs/matrix-peaks-finder/compare/v0.2.6...v0.3.0) (2020-10-27)

@@ -4,0 +12,0 @@

16

package.json
{
"name": "ml-matrix-peaks-finder",
"version": "0.3.0",
"version": "0.3.1",
"description": "The peak picking routines for 2D arrays. This library looks for the local maxima of the given input matrix. The input matrix has to be specified as a single vector.",
"main": "./src/index.js",
"main": "lib/index.js",
"module": "src/index.js",
"files": [

@@ -12,2 +13,3 @@ "src"

"eslint-fix": "npm run eslint -- --fix",
"prepublishOnly": "rollup -c",
"build": "cheminfo build --root matrix-peaks-finder --no-uglify",

@@ -41,4 +43,12 @@ "test": "npm run test-coverage && npm run eslint",

"jest": "^26.6.1",
"prettier": "^2.1.2"
"prettier": "^2.1.2",
"rollup": "^2.32.1"
},
"prettier": {
"arrowParens": "always",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
},
"dependencies": {

@@ -45,0 +55,0 @@ "ml-disjoint-set": "^1.0.0",

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