New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@stdlib/ndarray-base-shape

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/ndarray-base-shape - 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).
+1
-1

@@ -37,3 +37,3 @@ /*

* @example
* var zeros = require( `@stdlib/ndarray/zeros` );
* var zeros = require( '@stdlib/ndarray-zeros' );
*

@@ -40,0 +40,0 @@ * var sh = shape( zeros( [ 3, 3, 3 ] ), false );

+1
-1

@@ -1,1 +0,1 @@

Copyright (c) 2016-2023 The Stdlib Authors.
Copyright (c) 2016-2024 The Stdlib Authors.
{
"name": "@stdlib/ndarray-base-shape",
"version": "0.1.0",
"version": "0.2.0",
"description": "Return the shape of a provided ndarray.",

@@ -40,15 +40,16 @@ "license": "Apache-2.0",

"dependencies": {
"@stdlib/array-base-copy-indexed": "^0.1.0",
"@stdlib/types": "^0.1.0"
"@stdlib/array-base-copy-indexed": "^0.2.0",
"@stdlib/types": "^0.3.1"
},
"devDependencies": {
"@stdlib/assert-is-collection": "^0.1.0",
"@stdlib/bench": "^0.1.0",
"@stdlib/ndarray-slice": "github:stdlib-js/ndarray-slice#main",
"@stdlib/assert-is-collection": "^0.2.0",
"@stdlib/ndarray-slice": "^0.1.0",
"@stdlib/ndarray-zeros": "^0.1.0",
"@stdlib/slice-ctor": "^0.1.0",
"@stdlib/slice-multi": "^0.1.0",
"@stdlib/slice-ctor": "^0.2.0",
"@stdlib/slice-multi": "^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": {

@@ -201,3 +201,3 @@ <!--

Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

@@ -215,4 +215,4 @@ </section>

[test-image]: https://github.com/stdlib-js/ndarray-base-shape/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/ndarray-base-shape/actions/workflows/test.yml?query=branch:v0.1.0
[test-image]: https://github.com/stdlib-js/ndarray-base-shape/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/ndarray-base-shape/actions/workflows/test.yml?query=branch:v0.2.0

@@ -240,4 +240,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-shape/main.svg

[deno-url]: https://github.com/stdlib-js/ndarray-base-shape/tree/deno
[deno-readme]: https://github.com/stdlib-js/ndarray-base-shape/blob/deno/README.md
[umd-url]: https://github.com/stdlib-js/ndarray-base-shape/tree/umd
[umd-readme]: https://github.com/stdlib-js/ndarray-base-shape/blob/umd/README.md
[esm-url]: https://github.com/stdlib-js/ndarray-base-shape/tree/esm
[esm-readme]: https://github.com/stdlib-js/ndarray-base-shape/blob/esm/README.md
[branches-url]: https://github.com/stdlib-js/ndarray-base-shape/blob/main/branches.md

@@ -247,3 +250,3 @@

[@stdlib/ndarray/base/ctor]: https://www.npmjs.com/package/@stdlib/stdlib
[@stdlib/ndarray/base/ctor]: https://www.npmjs.com/package/@stdlib/ndarray-base-ctor

@@ -250,0 +253,0 @@ </section>

Sorry, the diff of this file is not supported yet