@stdlib/array-base-fillednd
Advanced tools
| # Security | ||
| > Policy for reporting security vulnerabilities. | ||
| See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security). |
@@ -33,3 +33,3 @@ /* | ||
| */ | ||
| type Shape1D = [ number ]; // tslint:disable-line:no-single-element-tuple-type | ||
| type Shape1D = [ number ]; | ||
@@ -309,3 +309,3 @@ /** | ||
| */ | ||
| declare function fillednd<T = unknown, U = unknown>( value: T, shape: Shape ): Array<U>; // tslint:disable-line:no-unnecessary-generics | ||
| declare function fillednd<T = unknown, U = unknown>( value: T, shape: Shape ): Array<U>; | ||
@@ -312,0 +312,0 @@ |
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2023 The Stdlib Authors. | ||
| Copyright (c) 2016-2024 The Stdlib Authors. |
+11
-10
| { | ||
| "name": "@stdlib/array-base-fillednd", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "Create a filled n-dimensional nested array.", | ||
@@ -40,15 +40,16 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/array-base-filled": "^0.1.0", | ||
| "@stdlib/types": "^0.1.0" | ||
| "@stdlib/array-base-filled": "^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-cbrt": "^0.1.0", | ||
| "@stdlib/math-base-special-floor": "^0.1.0", | ||
| "@stdlib/math-base-special-pow": "^0.1.0", | ||
| "@stdlib/math-base-special-sqrt": "^0.1.0", | ||
| "@stdlib/assert-is-array-array": "^0.2.0", | ||
| "@stdlib/math-base-special-cbrt": "^0.2.0", | ||
| "@stdlib/math-base-special-floor": "^0.2.0", | ||
| "@stdlib/math-base-special-pow": "^0.2.0", | ||
| "@stdlib/math-base-special-sqrt": "^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" | ||
| }, | ||
@@ -55,0 +56,0 @@ "engines": { |
+6
-3
@@ -160,3 +160,3 @@ <!-- | ||
| Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
@@ -174,4 +174,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/array-base-fillednd/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/array-base-fillednd/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/array-base-fillednd/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
| [test-url]: https://github.com/stdlib-js/array-base-fillednd/actions/workflows/test.yml?query=branch:v0.2.0 | ||
@@ -199,4 +199,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-fillednd/main.svg | ||
| [deno-url]: https://github.com/stdlib-js/array-base-fillednd/tree/deno | ||
| [deno-readme]: https://github.com/stdlib-js/array-base-fillednd/blob/deno/README.md | ||
| [umd-url]: https://github.com/stdlib-js/array-base-fillednd/tree/umd | ||
| [umd-readme]: https://github.com/stdlib-js/array-base-fillednd/blob/umd/README.md | ||
| [esm-url]: https://github.com/stdlib-js/array-base-fillednd/tree/esm | ||
| [esm-readme]: https://github.com/stdlib-js/array-base-fillednd/blob/esm/README.md | ||
| [branches-url]: https://github.com/stdlib-js/array-base-fillednd/blob/main/branches.md | ||
@@ -203,0 +206,0 @@ |
Sorry, the diff of this file is not supported yet
209
1.46%34561
-0.66%10
11.11%+ Added
+ Added
- Removed
- Removed
Updated