@stdlib/assert-is-float64array
Advanced tools
+1
-0
@@ -27,2 +27,3 @@ /** | ||
| * @example | ||
| * var Float64Array = require( '@stdlib/array-float64' ); | ||
| * var isFloat64Array = require( '@stdlib/assert-is-float64array' ); | ||
@@ -29,0 +30,0 @@ * |
+2
-0
@@ -40,2 +40,4 @@ /** | ||
| * @example | ||
| * var Float64Array = require( '@stdlib/array-float64' ); | ||
| * | ||
| * var bool = isFloat64Array( new Float64Array( 10 ) ); | ||
@@ -42,0 +44,0 @@ * // returns true |
+2
-2
| { | ||
| "name": "@stdlib/assert-is-float64array", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "Test if a value is a Float64Array.", | ||
@@ -33,3 +33,3 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/utils-native-class": "^0.2.1" | ||
| "@stdlib/utils-native-class": "^0.2.2" | ||
| }, | ||
@@ -36,0 +36,0 @@ "devDependencies": {}, |
+6
-6
@@ -119,3 +119,3 @@ <!-- | ||
| bool = isFloat64Array( new Array( 10 ) ); | ||
| bool = isFloat64Array( [] ); | ||
| // returns false | ||
@@ -174,3 +174,3 @@ | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors]. | ||
@@ -188,4 +188,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/assert-is-float64array/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-float64array/actions/workflows/test.yml?query=branch:v0.2.2 | ||
| [test-image]: https://github.com/stdlib-js/assert-is-float64array/actions/workflows/test.yml/badge.svg?branch=v0.2.3 | ||
| [test-url]: https://github.com/stdlib-js/assert-is-float64array/actions/workflows/test.yml?query=branch:v0.2.3 | ||
@@ -202,4 +202,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-float64array/main.svg | ||
| [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
| [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im | ||
| [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg | ||
| [chat-url]: https://stdlib.zulipchat.com | ||
@@ -206,0 +206,0 @@ [stdlib]: https://github.com/stdlib-js/stdlib |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
26670
0.75%128
2.4%