@stdlib/math-base-assert-is-positive-zero
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@stdlib/math-base-assert-is-positive-zero", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Test if a double-precision floating-point numeric value is positive zero.", | ||
@@ -19,17 +19,10 @@ "license": "Apache-2.0", | ||
"directories": { | ||
"benchmark": "./benchmark", | ||
"doc": "./docs", | ||
"example": "./examples", | ||
"include": "./include", | ||
"lib": "./lib", | ||
"src": "./src", | ||
"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", | ||
@@ -44,16 +37,6 @@ "repository": { | ||
"dependencies": { | ||
"@stdlib/constants-float64-pinf": "^0.2.0", | ||
"@stdlib/utils-library-manifest": "^0.2.0" | ||
"@stdlib/constants-float64-pinf": "^0.2.1", | ||
"@stdlib/utils-library-manifest": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@stdlib/assert-is-boolean": "^0.1.1", | ||
"@stdlib/boolean-ctor": "^0.1.1", | ||
"@stdlib/random-base-randu": "^0.1.0", | ||
"@stdlib/utils-try-require": "^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.1.2", | ||
"@stdlib/bench": "^0.3.1" | ||
}, | ||
"devDependencies": {}, | ||
"engines": { | ||
@@ -60,0 +43,0 @@ "node": ">=0.10.0", |
@@ -154,4 +154,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/math-base-assert-is-positive-zero/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
[test-url]: https://github.com/stdlib-js/math-base-assert-is-positive-zero/actions/workflows/test.yml?query=branch:v0.2.0 | ||
[test-image]: https://github.com/stdlib-js/math-base-assert-is-positive-zero/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
[test-url]: https://github.com/stdlib-js/math-base-assert-is-positive-zero/actions/workflows/test.yml?query=branch:v0.2.1 | ||
@@ -158,0 +158,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-assert-is-positive-zero/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
0
33449