Package detail

has-typed-arrays

inspect-js439MIT1.1.0

Does this environment have JS Typed Arrays?

typed array, typed arrays, TypedArrays, js

readme

has-typed-arrays Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Determine if the JS environment has Typed Arrays.

Example

var hasTypedArrays = require('has-typed-arrays');

hasTypedArrays() === true; // if the environment has Typed Array support

Tests

Simply clone the repo, npm install, and run npm test

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.1.0 - 2024-12-12

Commits

  • [actions] reuse common workflows fba789a
  • [actions] use node/install instead of node/run; use codecov action 2c40555
  • [New] add types 42e29a8
  • [actions] split out node 10-20, and 20+ 682e854
  • [readme] add github actions/codecov badges; update URLs c71aba0
  • [actions] update codecov uploader fa08fec
  • [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape 8a1d0cd
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape 398db16
  • [actions] update rebase action to use reusable workflow 5e4437f
  • [Dev Deps] update eslint, @ljharb/eslint-config, auto-changelog, safe-publish-latest, tape 8ef826f
  • [meta] use npmignore to autogenerate an npmignore file 18027ef
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, npmignore, tape b5702d9
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, tape 7a946ab
  • [Deps] update array.prototype.some, which-typed-array 574ee8e
  • [Deps] update array.prototype.some, which-typed-array ac4a936
  • [meta] add missing engines.node 657e3fb
  • [Tests] replace aud with npm audit 098b9c0
  • [meta] use prepublishOnly script for npm 7+ d7d149a
  • [Deps] update which-typed-array 1420c22
  • [actions] update workflows fa3d2bb
  • [Dev Deps] add missing peer dep 0401eee

v1.0.1 - 2020-12-05

Commits

  • [Tests] migrate tests to Github Actions 24fa7f1
  • [Tests] run nyc on all tests e4150a8
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape 269a384
  • [actions] add "Allow Edits" workflow 6ed1e3a
  • [readme] remove travis badge e3f88f5
  • [Dev Deps] update eslint, @ljharb/eslint-config, tape fd49d8a
  • [Deps] update array.prototype.some, which-typed-array 093d288
  • [actions] switch Automatic Rebase workflow to pull_request_target event 9288877
  • [Dev Deps] update auto-changelog, tape b6ec7ad
  • [meta] add package.json to exports dc024bd
  • [Dev Deps] update auto-changelog; add aud 82d2faf
  • [Deps] update which-typed-array 5c02ae9
  • [Tests] only audit prod deps 4285cac
  • [Dev Deps] update @ljharb/eslint-config 83690b7
  • [Deps] update which-typed-array da6af5e
  • [Deps] update array.prototype.some 13142b6

v1.0.0 - 2019-12-02

Commits