@stdlib/array-base-zeros4d
Advanced tools
| # Security | ||
| > Policy for reporting security vulnerabilities. | ||
| See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security). |
@@ -23,3 +23,2 @@ /* | ||
| import { Collection } from '@stdlib/types/array'; | ||
| import { Shape4D } from '@stdlib/types/ndarray'; | ||
@@ -26,0 +25,0 @@ |
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2023 The Stdlib Authors. | ||
| Copyright (c) 2016-2024 The Stdlib Authors. |
+9
-8
| { | ||
| "name": "@stdlib/array-base-zeros4d", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "Create a zero-filled four-dimensional nested array.", | ||
@@ -40,13 +40,14 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/array-base-filled4d": "^0.1.0", | ||
| "@stdlib/types": "^0.1.0" | ||
| "@stdlib/array-base-filled4d": "^0.2.0", | ||
| "@stdlib/types": "^0.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/assert-is-array-array": "^0.1.0", | ||
| "@stdlib/bench": "^0.1.0", | ||
| "@stdlib/math-base-special-floor": "^0.1.0", | ||
| "@stdlib/math-base-special-pow": "^0.1.0", | ||
| "@stdlib/assert-is-array-array": "^0.2.0", | ||
| "@stdlib/math-base-special-floor": "^0.2.0", | ||
| "@stdlib/math-base-special-pow": "^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" | ||
| "tap-min": "git+https://github.com/Planeshifter/tap-min.git", | ||
| "@stdlib/bench-harness": "^0.2.0", | ||
| "@stdlib/bench": "^0.3.1" | ||
| }, | ||
@@ -53,0 +54,0 @@ "engines": { |
+6
-3
@@ -151,3 +151,3 @@ <!-- | ||
| Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
@@ -165,4 +165,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/array-base-zeros4d/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/array-base-zeros4d/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/array-base-zeros4d/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
| [test-url]: https://github.com/stdlib-js/array-base-zeros4d/actions/workflows/test.yml?query=branch:v0.2.0 | ||
@@ -190,4 +190,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-zeros4d/main.svg | ||
| [deno-url]: https://github.com/stdlib-js/array-base-zeros4d/tree/deno | ||
| [deno-readme]: https://github.com/stdlib-js/array-base-zeros4d/blob/deno/README.md | ||
| [umd-url]: https://github.com/stdlib-js/array-base-zeros4d/tree/umd | ||
| [umd-readme]: https://github.com/stdlib-js/array-base-zeros4d/blob/umd/README.md | ||
| [esm-url]: https://github.com/stdlib-js/array-base-zeros4d/tree/esm | ||
| [esm-readme]: https://github.com/stdlib-js/array-base-zeros4d/blob/esm/README.md | ||
| [branches-url]: https://github.com/stdlib-js/array-base-zeros4d/blob/main/branches.md | ||
@@ -194,0 +197,0 @@ |
Sorry, the diff of this file is not supported yet
200
1.52%24975
-0.74%8
14.29%113
-0.88%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated