Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stdlib/stats-base-dnanstdevpn

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/stats-base-dnanstdevpn - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

9

lib/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc