@stdlib/stats-base-dists-negative-binomial-kurtosis
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@stdlib/stats-base-dists-negative-binomial-kurtosis", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Negative binomial distribution excess kurtosis.", | ||
@@ -40,11 +40,11 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/math-base-assert-is-nan": "^0.1.0" | ||
"@stdlib/math-base-assert-is-nan": "^0.1.1" | ||
}, | ||
"devDependencies": { | ||
"@stdlib/bench": "^0.1.0", | ||
"@stdlib/constants-float64-eps": "^0.0.8", | ||
"@stdlib/constants-float64-ninf": "^0.0.8", | ||
"@stdlib/constants-float64-pinf": "^0.0.8", | ||
"@stdlib/math-base-special-ceil": "^0.0.8", | ||
"@stdlib/random-base-randu": "^0.0.8", | ||
"@stdlib/constants-float64-eps": "^0.1.0", | ||
"@stdlib/constants-float64-ninf": "^0.1.0", | ||
"@stdlib/constants-float64-pinf": "^0.1.0", | ||
"@stdlib/math-base-special-ceil": "^0.1.0", | ||
"@stdlib/random-base-randu": "^0.1.0", | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -51,0 +51,0 @@ "istanbul": "^0.4.1", |
@@ -214,4 +214,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-kurtosis/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-kurtosis/actions/workflows/test.yml?query=branch:v0.1.0 | ||
[test-image]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-kurtosis/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-kurtosis/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -218,0 +218,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-negative-binomial-kurtosis/main.svg |
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
0