ml-matrix-peaks-finder
Advanced tools
Comparing version 0.3.0 to 0.3.1
# 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 @@ |
{ | ||
"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", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1644148
12
887
0
10