An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.3% on npmjs.org
Top 4.8% downloads on npmjs.org
Top 0.8% dependent packages on npmjs.org
Top 3.9% dependent repos on npmjs.org

npmjs.org : @stdlib/ndarray-base-assert-is-read-only

Test if an ndarray is read-only.

Registry - Source - Homepage - JSON
purl: pkg:npm/%40stdlib/ndarray-base-assert-is-read-only
Keywords: stdlib , stdtypes , types , base , ndarray , multidimensional , array , utilities , utility , utils , util , assert , test , check , is , valid , validate , validation , isvalid , readonly , read-only
License: Apache-2.0
Latest release: 10 months ago
First release: about 3 years ago
Namespace: stdlib
Dependent packages: 35
Dependent repositories: 9
Downloads: 608 last month
Stars: 1 on GitHub
Forks: 0 on GitHub
Total Commits: 35
Committers: 1
Average commits per author: 35.0
Development Distribution Score (DDS): 0.0
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://opencollective.com/stdlib, https://github.com/sponsors/stdlib-js, https://tidelift.com/funding/github/npm/@stdlib/stdlib
Last synced: 29 days ago

@stdlib/ndarray-base 0.3.0 💰
Base ndarray.
11 versions - Latest release: 10 months ago - 2 dependent packages - 41 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-assert 0.3.0 💰
Base ndarray assertion utilities.
11 versions - Latest release: 10 months ago - 3 dependent packages - 1 dependent repositories - 58 downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/ndarray-broadcast-arrays 0.2.2 💰
Broadcast ndarrays to a common shape.
4 versions - Latest release: 10 months ago - 16 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-maybe-broadcast-arrays 0.2.2 💰
Broadcast ndarrays to a common shape.
4 versions - Latest release: 10 months ago - 15 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-maybe-broadcast-array 0.2.2 💰
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the pro...
4 versions - Latest release: 10 months ago - 21 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-broadcast-array 0.2.2 💰
Broadcast an ndarray to a specified shape.
4 versions - Latest release: 10 months ago - 1 dependent package - 21 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-fliplr 0.2.2 💰
Return a view of an input ndarray in which the order of elements along the last dimension is reve...
4 versions - Latest release: 10 months ago - 29 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-flipud 0.2.2 💰
Return a view of an input ndarray in which the order of elements along the second-to-last dimensi...
4 versions - Latest release: 10 months ago - 25 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-reverse-dimension 0.2.2 💰
Return a view of an input ndarray in which the order of elements along a specified dimension is r...
4 versions - Latest release: 10 months ago - 2 dependent packages - 39 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-reverse 0.2.2 💰
Return a view of an input ndarray in which the order of elements along each dimension is reversed.
4 versions - Latest release: 10 months ago - 33 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-slice-dimension-from 0.2.2 💰
Return a read-only shifted view of an input ndarray along a specific dimension.
4 versions - Latest release: 10 months ago - 18 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-slice-dimension-from 0.2.2 💰
Return a shifted view of an input ndarray along a specific dimension.
4 versions - Latest release: 10 months ago - 1 dependent package - 41 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-slice-dimension-to 0.2.2 💰
Return a read-only truncated view of an input ndarray along a specific dimension.
4 versions - Latest release: 10 months ago - 18 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-slice-dimension-to 0.2.2 💰
Return a truncated view of an input ndarray along a specific dimension.
4 versions - Latest release: 10 months ago - 1 dependent package - 41 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-slice-dimension 0.2.2 💰
Return a read-only view of an input ndarray when sliced along a specified dimension.
4 versions - Latest release: 10 months ago - 16 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-slice-dimension 0.2.2 💰
Return a view of an input ndarray when sliced along a specified dimension.
4 versions - Latest release: 10 months ago - 1 dependent package - 1 dependent repositories - 31 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-slice-from 0.2.2 💰
Return a read-only shifted view of an input ndarray.
4 versions - Latest release: 10 months ago - 14 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-slice-from 0.2.2 💰
Return a shifted view of an input ndarray.
4 versions - Latest release: 10 months ago - 32 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-slice-to 0.2.2 💰
Return a read-only truncated view of an input ndarray.
4 versions - Latest release: 10 months ago - 13 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-slice-to 0.2.2 💰
Return a truncated view of an input ndarray.
4 versions - Latest release: 10 months ago - 37 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-iter-column-entries 0.2.2 💰
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of m...
4 versions - Latest release: 10 months ago - 20 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-iter-columns 0.2.2 💰
Create an iterator which iterates over each column in a matrix (or stack of matrices).
4 versions - Latest release: 10 months ago - 1 dependent package - 1 dependent repositories - 13 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-iter-matrices 0.2.2 💰
Create an iterator which iterates over each matrix in a stack of matrices.
4 versions - Latest release: 10 months ago - 17 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-iter-matrix-entries 0.2.2 💰
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
4 versions - Latest release: 10 months ago - 26 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-iter-row-entries 0.2.2 💰
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).
4 versions - Latest release: 10 months ago - 21 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-iter-rows 0.2.2 💰
Create an iterator which iterates over each row in a matrix (or stack of matrices).
4 versions - Latest release: 10 months ago - 2 dependent packages - 1 dependent repositories - 28 downloads last month - 1 stars on GitHub - 4 maintainers
Top 4.9% on npmjs.org
@stdlib/ndarray-slice 0.2.2 💰
Return a read-only view of an input ndarray.
4 versions - Latest release: 10 months ago - 21 dependent packages - 2 dependent repositories - 200 downloads last month - 1 stars on GitHub - 4 maintainers
Top 9.4% on npmjs.org
@stdlib/ndarray-base-slice 0.2.2 💰
Return a view of an input ndarray.
4 versions - Latest release: 10 months ago - 16 dependent packages - 2 dependent repositories - 300 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-expand-dimensions 0.2.2 💰
Expand the shape of an array by inserting a new dimension of size one at a specified axis.
6 versions - Latest release: 10 months ago - 3 dependent packages - 1 dependent repositories - 75 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-prepend-singleton-dimensions 0.2.2 💰
Prepend singleton dimensions.
6 versions - Latest release: 10 months ago - 3 dependent packages - 1 dependent repositories - 80 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-base-remove-singleton-dimensions 0.2.2 💰
Remove singleton dimensions.
6 versions - Latest release: 10 months ago - 3 dependent packages - 1 dependent repositories - 99 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-slice-assign 0.2.1 💰
Assign element values from a broadcasted input ndarray to corresponding elements in an output nda...
3 versions - Latest release: about 1 year ago - 23 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/ndarray-iter 0.2.1 💰
Multidimensional array iterators.
3 versions - Latest release: about 1 year ago - 12 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/utils-map-right 0.2.1 💰
Apply a function to each element in an array and assign the result to an element in an output arr...
4 versions - Latest release: about 1 year ago - 2 dependent packages - 20 downloads last month - 1 stars on GitHub - 4 maintainers
@stdlib/utils-map 0.2.1 💰
Apply a function to each element in an array and assign the result to an element in an output array.
4 versions - Latest release: about 1 year ago - 6 dependent packages - 1 dependent repositories - 55 downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/utils-map2-right 0.2.1 💰
Apply a function to elements in two input arrays while iterating from right to left and assign th...
4 versions - Latest release: about 1 year ago - 2 dependent packages - 12 downloads last month - 2 stars on GitHub - 4 maintainers
@stdlib/utils-map2 0.2.1 💰
Apply a function to elements in two input arrays and assign the results to an output array.
4 versions - Latest release: about 1 year ago - 2 dependent packages - 38 downloads last month - 2 stars on GitHub - 4 maintainers
@everything-registry/sub-chunk-868 0.1.0 removed
npm install @everything-registry/sub-chunk-868
1 version - Latest release: over 1 year ago - 206 stars on GitHub - 2 maintainers
@infinitebrahmanuniverse/nolb-_stdlib_n 2023.1.28 removed
Subpackage of no-one-left-behind.
1 version - Latest release: over 2 years ago - 1 maintainer
@zalastax/nolb-_stdlib_n 2023.1.22 removed
security holding package
2 versions - Latest release: over 2 years ago - 1 dependent package - 10 downloads last month - 1 maintainer
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.