Socket
Socket
Sign inDemoInstall

@stdlib/stats-base-variance

Package Overview
Dependencies
28
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

32

package.json
{
"name": "@stdlib/stats-base-variance",
"version": "0.2.0",
"version": "0.2.1",
"description": "Calculate the variance of a strided array.",

@@ -18,15 +18,8 @@ "license": "Apache-2.0",

"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples",
"benchmark": "make benchmark"
},
"scripts": {},
"homepage": "https://stdlib.io",

@@ -41,19 +34,6 @@ "repository": {

"dependencies": {
"@stdlib/stats-base-variancepn": "^0.2.0",
"@stdlib/types": "^0.3.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0"
"@stdlib/stats-base-variancepn": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1"
},
"devDependencies": {
"@stdlib/array-float64": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-special-floor": "^0.1.1",
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/math-base-special-round": "^0.1.1",
"@stdlib/random-base-randu": "^0.1.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.2.0",
"@stdlib/bench": "^0.3.1"
},
"devDependencies": {},
"engines": {

@@ -60,0 +40,0 @@ "node": ">=0.10.0",

4

README.md

@@ -291,4 +291,4 @@ <!--

[test-image]: https://github.com/stdlib-js/stats-base-variance/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/stats-base-variance/actions/workflows/test.yml?query=branch:v0.2.0
[test-image]: https://github.com/stdlib-js/stats-base-variance/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/stats-base-variance/actions/workflows/test.yml?query=branch:v0.2.1

@@ -295,0 +295,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-variance/main.svg

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc