@stdlib/assert-is-arraybuffer-view
Advanced tools
+5
-5
| { | ||
| "name": "@stdlib/assert-is-arraybuffer-view", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Test if a value is an `ArrayBuffer` view.", | ||
@@ -34,7 +34,7 @@ "license": "Apache-2.0", | ||
| "@stdlib/array-buffer": "^0.2.1", | ||
| "@stdlib/assert-has-arraybuffer-support": "^0.2.1", | ||
| "@stdlib/assert-is-dataview": "^0.2.1", | ||
| "@stdlib/assert-is-function": "^0.2.1", | ||
| "@stdlib/assert-has-arraybuffer-support": "^0.2.2", | ||
| "@stdlib/assert-is-dataview": "^0.2.2", | ||
| "@stdlib/assert-is-function": "^0.2.2", | ||
| "@stdlib/assert-is-typed-array": "^0.2.1", | ||
| "@stdlib/utils-constant-function": "^0.2.1" | ||
| "@stdlib/utils-constant-function": "^0.2.2" | ||
| }, | ||
@@ -41,0 +41,0 @@ "devDependencies": {}, |
+2
-2
@@ -180,4 +180,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/assert-is-arraybuffer-view/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-arraybuffer-view/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/assert-is-arraybuffer-view/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-arraybuffer-view/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -184,0 +184,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-arraybuffer-view/main.svg |