Gathering detailed insights and metrics for is
Gathering detailed insights and metrics for is
Gathering detailed insights and metrics for is
Gathering detailed insights and metrics for is
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
is-extendable
Returns true if a value is a plain object, array or function.
is-stream
Check if something is a Node.js stream
is-descriptor
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
npm install is
Typescript
Module System
Min. Node Version
Node Version
NPM Version
99.7
Supply Chain
100
Quality
78.1
Maintenance
100
Vulnerability
100
License
JavaScript (99.29%)
Makefile (0.71%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
191 Stars
265 Commits
25 Forks
6 Watchers
1 Branches
9 Contributors
Updated on Apr 20, 2025
Latest Version
3.3.0
Package Id
is@3.3.0
Size
11.70 kB
NPM Version
6.4.1
Node Version
11.4.0
Published on
Dec 14, 2018
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
The definitive JavaScript type testing library
To be or not to be? This is the library!
As a node.js module
1$ npm install is
As a component
1$ component install enricomarino/is
is.a
(value, type) or is.type
(value, type)is.defined
(value)is.empty
(value)is.equal
(value, other)is.hosted
(value, host)is.instance
(value, constructor)is.instanceof
(value, constructor) - deprecated, because in ES3 browsers, "instanceof" is a reserved wordis.nil
(value)is.null
(value) - deprecated, because in ES3 browsers, "null" is a reserved wordis.undef
(value)is.undefined
(value) - deprecated, because in ES3 browsers, "undefined" is a reserved wordis.args
(value)is.arguments
(value) - deprecated, because "arguments" is a reserved wordis.args.empty
(value)is.array
(value)is.array.empty
(value)is.arraylike
(value)is.bool
(value)is.boolean
(value) - deprecated, because in ES3 browsers, "boolean" is a reserved wordis.false
(value) - deprecated, because in ES3 browsers, "false" is a reserved wordis.true
(value) - deprecated, because in ES3 browsers, "true" is a reserved wordis.date
(value)is.element
(value)is.error
(value)is.fn
(value)is.function
(value) - deprecated, because in ES3 browsers, "function" is a reserved wordis.number
(value)is.infinite
(value)is.decimal
(value)is.divisibleBy
(value, n)is.integer
(value)is.int
(value) - deprecated, because in ES3 browsers, "int" is a reserved wordis.maximum
(value, others)is.minimum
(value, others)is.nan
(value)is.even
(value)is.odd
(value)is.ge
(value, other)is.gt
(value, other)is.le
(value, other)is.lt
(value, other)is.within
(value, start, finish)is.object
(value)is.regexp
(value)is.string
(value)is.base64
(value)is.hex
(value)is.symbol
(value)is.bigint
(value)No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 3/29 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
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