@stdlib/stats-base-dnanstdevpn
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@stdlib/stats-base-dnanstdevpn", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.", | ||
@@ -37,8 +37,8 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/assert-is-error": "^0.2.1", | ||
"@stdlib/assert-is-error": "^0.2.2", | ||
"@stdlib/math-base-special-sqrt": "^0.2.1", | ||
"@stdlib/stats-base-dnanvariancepn": "^0.2.1", | ||
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", | ||
"@stdlib/utils-library-manifest": "^0.2.1", | ||
"@stdlib/utils-try-require": "^0.2.1" | ||
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", | ||
"@stdlib/utils-library-manifest": "^0.2.2", | ||
"@stdlib/utils-try-require": "^0.2.2" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": {}, |
@@ -302,4 +302,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/stats-base-dnanstdevpn/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dnanstdevpn/actions/workflows/test.yml?query=branch:v0.2.1 | ||
[test-image]: https://github.com/stdlib-js/stats-base-dnanstdevpn/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dnanstdevpn/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -306,0 +306,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dnanstdevpn/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
86843
24