@stdlib/stats-base-dists-negative-binomial-kurtosis
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@stdlib/stats-base-dists-negative-binomial-kurtosis", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Negative binomial distribution excess kurtosis.", | ||
@@ -40,15 +40,14 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/math-base-assert-is-nan": "^0.2.0" | ||
"@stdlib/math-base-assert-is-nan": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@stdlib/constants-float64-eps": "^0.1.1", | ||
"@stdlib/constants-float64-ninf": "^0.1.1", | ||
"@stdlib/constants-float64-pinf": "^0.1.1", | ||
"@stdlib/math-base-special-ceil": "^0.1.1", | ||
"@stdlib/random-base-randu": "^0.1.0", | ||
"@stdlib/constants-float64-eps": "^0.2.0", | ||
"@stdlib/constants-float64-ninf": "^0.2.0", | ||
"@stdlib/constants-float64-pinf": "^0.2.0", | ||
"@stdlib/math-base-special-ceil": "^0.2.0", | ||
"@stdlib/random-base-randu": "^0.2.0", | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
"istanbul": "^0.4.1", | ||
"tap-min": "git+https://github.com/Planeshifter/tap-min.git", | ||
"@stdlib/bench-harness": "^0.1.2", | ||
"@stdlib/bench": "^0.3.1" | ||
"@stdlib/bench-harness": "^0.2.0" | ||
}, | ||
@@ -55,0 +54,0 @@ "engines": { |
@@ -214,7 +214,7 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-kurtosis/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-kurtosis/actions/workflows/test.yml?query=branch:v0.2.0 | ||
[test-image]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-kurtosis/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dists-negative-binomial-kurtosis/actions/workflows/test.yml?query=branch:v0.2.1 | ||
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-negative-binomial-kurtosis/main.svg | ||
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-negative-binomial-kurtosis?branch=main | ||
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-negative-binomial-kurtosis?branch=v0.2.1 | ||
@@ -221,0 +221,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
9
38289