You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@stdlib/random-base-binomial

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/random-base-binomial - npm Package Compare versions

Comparing version

to
0.2.1

81

package.json
{
"name": "@stdlib/random-base-binomial",
"version": "0.2.0",
"version": "0.2.1",
"description": "Binomial distributed pseudorandom numbers.",

@@ -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,47 +34,27 @@ "repository": {

"dependencies": {
"@stdlib/array-to-json": "^0.2.0",
"@stdlib/assert-has-own-property": "^0.2.0",
"@stdlib/assert-is-function": "^0.2.0",
"@stdlib/assert-is-plain-object": "^0.2.0",
"@stdlib/assert-is-positive-integer": "^0.2.0",
"@stdlib/assert-is-probability": "^0.2.0",
"@stdlib/math-base-assert-is-nan": "^0.2.0",
"@stdlib/math-base-assert-is-positive-integer": "^0.2.0",
"@stdlib/math-base-assert-is-probability": "^0.2.0",
"@stdlib/math-base-special-abs": "^0.2.0",
"@stdlib/math-base-special-floor": "^0.2.0",
"@stdlib/math-base-special-ln": "^0.2.0",
"@stdlib/math-base-special-pow": "^0.2.0",
"@stdlib/math-base-special-signum": "^0.2.0",
"@stdlib/math-base-special-sqrt": "^0.2.0",
"@stdlib/random-base-mt19937": "^0.2.0",
"@stdlib/string-format": "^0.2.0",
"@stdlib/types": "^0.3.1",
"@stdlib/utils-constant-function": "^0.2.0",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.0",
"@stdlib/utils-noop": "^0.2.0",
"@stdlib/error-tools-fmtprodmsg": "^0.2.0"
"@stdlib/array-to-json": "^0.2.1",
"@stdlib/assert-has-own-property": "^0.2.1",
"@stdlib/assert-is-function": "^0.2.1",
"@stdlib/assert-is-plain-object": "^0.2.1",
"@stdlib/assert-is-positive-integer": "^0.2.1",
"@stdlib/assert-is-probability": "^0.2.1",
"@stdlib/math-base-assert-is-nan": "^0.2.1",
"@stdlib/math-base-assert-is-positive-integer": "^0.2.1",
"@stdlib/math-base-assert-is-probability": "^0.2.1",
"@stdlib/math-base-special-abs": "^0.2.1",
"@stdlib/math-base-special-floor": "^0.2.1",
"@stdlib/math-base-special-ln": "^0.2.1",
"@stdlib/math-base-special-pow": "^0.2.1",
"@stdlib/math-base-special-signum": "^0.2.1",
"@stdlib/math-base-special-sqrt": "^0.2.1",
"@stdlib/random-base-mt19937": "^0.2.1",
"@stdlib/string-format": "^0.2.1",
"@stdlib/utils-constant-function": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1",
"@stdlib/utils-noop": "^0.2.1",
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
},
"devDependencies": {
"@stdlib/array-uint32": "^0.2.0",
"@stdlib/assert-is-uint32array": "^0.2.0",
"@stdlib/constants-uint32-max": "^0.2.0",
"@stdlib/math-base-assert-is-nonnegative-integer": "^0.2.0",
"@stdlib/math-base-special-ceil": "^0.2.0",
"@stdlib/math-base-special-round": "^0.2.0",
"@stdlib/process-env": "^0.2.0",
"@stdlib/random-base-minstd": "^0.1.0",
"@stdlib/random-base-minstd-shuffle": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/random-base-uniform": "^0.1.0",
"@stdlib/stats-chi2gof": "^0.2.0",
"@stdlib/time-now": "^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.2.0",
"@stdlib/bench": "^0.3.1"
},
"devDependencies": {},
"engines": {

@@ -88,0 +61,0 @@ "node": ">=0.10.0",

@@ -498,4 +498,4 @@ <!--

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

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