Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@stdlib/array-base-zeros4d

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/array-base-zeros4d - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+5
SECURITY.md
# Security
> Policy for reporting security vulnerabilities.
See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security).
+0
-1

@@ -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.
{
"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": {

@@ -151,3 +151,3 @@ <!--

Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 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