
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@stdlib/assert-has-float32array-support
Advanced tools
We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.
The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.
When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.
To join us in bringing numerical computing to the web, get started by checking us out on GitHub, and please consider financially supporting stdlib. We greatly appreciate your continued support!
Detect native
Float32Arraysupport.
npm install @stdlib/assert-has-float32array-support
var hasFloat32ArraySupport = require( '@stdlib/assert-has-float32array-support' );
Detects if a runtime environment supports Float32Array.
var bool = hasFloat32ArraySupport();
// returns <boolean>
var hasFloat32ArraySupport = require( '@stdlib/assert-has-float32array-support' );
var bool = hasFloat32ArraySupport();
if ( bool ) {
console.log( 'Environment has Float32Array support.' );
} else {
console.log( 'Environment lacks Float32Array support.' );
}
@stdlib/assert-has-float32array-support-cli: CLI package for use as a command-line utility.This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
See LICENSE.
Copyright © 2016-2024. The Stdlib Authors.
The is-typedarray package checks if a given value is a typed array, including Float32Array. While it offers broader functionality by checking for various typed arrays, it can also be used to determine if Float32Array is supported by attempting to create an instance and catching any errors.
FAQs
Detect native Float32Array support.
We found that @stdlib/assert-has-float32array-support demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.