
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@stdlib/assert-has-arraybuffer-support
Advanced tools
Detect native
ArrayBuffersupport.
npm install @stdlib/assert-has-arraybuffer-support
var hasArrayBufferSupport = require( '@stdlib/assert-has-arraybuffer-support' );
Detects if a runtime environment supports ArrayBuffer.
var bool = hasArrayBufferSupport();
// returns <boolean>
var hasArrayBufferSupport = require( '@stdlib/assert-has-arraybuffer-support' );
var bool = hasArrayBufferSupport();
if ( bool ) {
console.log( 'Environment has ArrayBuffer support.' );
} else {
console.log( 'Environment lacks ArrayBuffer support.' );
}
To use the module as a general utility, install the module globally
npm install -g @stdlib/assert-has-arraybuffer-support
Usage: has-arraybuffer-support [options]
Options:
-h, --help Print this message.
-V, --version Print the package version.
$ has-arraybuffer-support
<boolean>
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-2021. The Stdlib Authors.
FAQs
Detect native ArrayBuffer support.
The npm package @stdlib/assert-has-arraybuffer-support receives a total of 5,413 weekly downloads. As such, @stdlib/assert-has-arraybuffer-support popularity was classified as popular.
We found that @stdlib/assert-has-arraybuffer-support demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.