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

@stdlib/assert-is-float64array

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/assert-is-float64array - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+1
-0
lib/index.js

@@ -27,2 +27,3 @@ /**

* @example
* var Float64Array = require( '@stdlib/array-float64' );
* var isFloat64Array = require( '@stdlib/assert-is-float64array' );

@@ -29,0 +30,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": {},

@@ -119,3 +119,3 @@ <!--

bool = isFloat64Array( new Array( 10 ) );
bool = isFloat64Array( [] );
// returns false

@@ -174,3 +174,3 @@

Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 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