Gathering detailed insights and metrics for isarray
Gathering detailed insights and metrics for isarray
Gathering detailed insights and metrics for isarray
Gathering detailed insights and metrics for isarray
npm install isarray
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
132 Stars
85 Commits
41 Forks
11 Watching
2 Branches
12 Contributors
Updated on 24 Oct 2024
JavaScript (95.97%)
Makefile (4.03%)
Cumulative downloads
Total Downloads
Last day
-5.5%
21,448,608
Compared to previous day
Last week
3.5%
127,910,898
Compared to previous week
Last month
16.2%
508,839,177
Compared to previous month
Last year
16%
5,037,549,903
Compared to previous year
1
Array#isArray
for older browsers and deprecated Node.js versions.
Just use Array.isArray directly, unless you need to support those older versions.
1var isArray = require('isarray'); 2 3console.log(isArray([])); // => true 4console.log(isArray({})); // => false
With npm do
1$ npm install isarray
Then bundle for the browser with browserify.
This module is proudly supported by my Sponsors!
Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my Patreon. Not sure how much of my modules you're using? Try feross/thanks!
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
all changesets reviewed
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
all dependencies are pinned
Details
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
badge detected: Passing
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More