@stdlib/stats-base-dnanstdevpn
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -52,3 +52,3 @@ /** | ||
var tryRequire = require( '@stdlib/utils-try-require' ); | ||
var dnanstdevpn = require( './main.js' ); | ||
var main = require( './main.js' ); | ||
@@ -58,4 +58,7 @@ | ||
var dnanstdevpn; | ||
var tmp = tryRequire( join( __dirname, './native.js' ) ); | ||
if ( !(tmp instanceof Error) ) { | ||
if ( tmp instanceof Error ) { | ||
dnanstdevpn = main; | ||
} else { | ||
dnanstdevpn = tmp; | ||
@@ -68,1 +71,3 @@ } | ||
module.exports = dnanstdevpn; | ||
// exports: { "ndarray": "dnanstdevpn.ndarray" } |
{ | ||
"name": "@stdlib/stats-base-dnanstdevpn", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -291,4 +291,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/stats-base-dnanstdevpn/actions/workflows/test.yml/badge.svg | ||
[test-url]: https://github.com/stdlib-js/stats-base-dnanstdevpn/actions/workflows/test.yml | ||
[test-image]: https://github.com/stdlib-js/stats-base-dnanstdevpn/actions/workflows/test.yml/badge.svg?branch=v0.0.9 | ||
[test-url]: https://github.com/stdlib-js/stats-base-dnanstdevpn/actions/workflows/test.yml?query=branch:v0.0.9 | ||
@@ -305,2 +305,9 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dnanstdevpn/main.svg | ||
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
[chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
[stdlib]: https://github.com/stdlib-js/stdlib | ||
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors | ||
[umd]: https://github.com/umdjs/umd | ||
@@ -312,10 +319,4 @@ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules | ||
[esm-url]: https://github.com/stdlib-js/stats-base-dnanstdevpn/tree/esm | ||
[branches-url]: https://github.com/stdlib-js/stats-base-dnanstdevpn/blob/main/branches.md | ||
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
[chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
[stdlib]: https://github.com/stdlib-js/stdlib | ||
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors | ||
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/stats-base-dnanstdevpn/main/LICENSE | ||
@@ -322,0 +323,0 @@ |
Sorry, the diff of this file is not supported yet
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
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
1
587
348
91342
1