@stdlib/array-base-zeros5d
Advanced tools
Sorry, the diff of this file is not supported yet
+7
-7
| { | ||
| "name": "@stdlib/array-base-zeros5d", | ||
| "version": "0.0.1", | ||
| "version": "0.1.0", | ||
| "description": "Create a zero-filled five-dimensional nested array.", | ||
@@ -40,10 +40,10 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/array-base-filled5d": "github:stdlib-js/array-base-filled5d#main", | ||
| "@stdlib/types": "^0.0.14" | ||
| "@stdlib/array-base-filled5d": "^0.1.0", | ||
| "@stdlib/types": "^0.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/assert-is-array-array": "^0.0.7", | ||
| "@stdlib/bench": "^0.0.12", | ||
| "@stdlib/math-base-special-floor": "^0.0.8", | ||
| "@stdlib/math-base-special-pow": "^0.0.7", | ||
| "@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", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -50,0 +50,0 @@ "istanbul": "^0.4.1", |
+2
-2
@@ -164,4 +164,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/array-base-zeros5d/actions/workflows/test.yml/badge.svg?branch=v0.0.1 | ||
| [test-url]: https://github.com/stdlib-js/array-base-zeros5d/actions/workflows/test.yml?query=branch:v0.0.1 | ||
| [test-image]: https://github.com/stdlib-js/array-base-zeros5d/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/array-base-zeros5d/actions/workflows/test.yml?query=branch:v0.1.0 | ||
@@ -168,0 +168,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-zeros5d/main.svg |
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
25223
2.22%11
10%0
-100%+ Added
+ Added
+ Added
- Removed
Updated