@stdlib/array-base-zeros
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@stdlib/array-base-zeros", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Create a zero-filled generic array.", | ||
@@ -40,3 +40,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/array-base-filled": "^0.0.2" | ||
"@stdlib/array-base-filled": "^0.1.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
"@stdlib/bench": "^0.1.0", | ||
"@stdlib/blas-ext-base-gfill": "^0.0.10", | ||
"@stdlib/blas-ext-base-gfill": "^0.1.0", | ||
"@stdlib/math-base-special-pow": "^0.1.0", | ||
@@ -49,0 +49,0 @@ "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
@@ -172,4 +172,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/array-base-zeros/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
[test-url]: https://github.com/stdlib-js/array-base-zeros/actions/workflows/test.yml?query=branch:v0.1.0 | ||
[test-image]: https://github.com/stdlib-js/array-base-zeros/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
[test-url]: https://github.com/stdlib-js/array-base-zeros/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -176,0 +176,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-zeros/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
24607
+ Added@stdlib/array-base-filled@0.1.0(transitive)
- Removed@stdlib/array-base-filled@0.0.2(transitive)