Gathering detailed insights and metrics for hey-listen
Gathering detailed insights and metrics for hey-listen
Gathering detailed insights and metrics for hey-listen
Gathering detailed insights and metrics for hey-listen
Dev-ex warning functions with added childhood flashbacks.
npm install hey-listen
Typescript
Module System
99.6
Supply Chain
79.7
Quality
75.6
Maintenance
100
Vulnerability
100
License
JavaScript (59.72%)
TypeScript (40.28%)
Total Downloads
312,546,157
Last Day
78,236
Last Week
1,884,072
Last Month
8,287,809
Last Year
90,833,521
MIT License
33 Stars
14 Commits
3 Forks
1 Watchers
16 Branches
1 Contributors
Updated on Aug 07, 2024
Minified
Minified + Gzipped
Latest Version
1.0.8
Package Id
hey-listen@1.0.8
Size
3.73 kB
Published on
Apr 11, 2019
Cumulative downloads
Total Downloads
Hey, Listen! provides simple versions of the popular warning
and invariant
dev-experience functions.
The library checks against process.env.NODE_ENV
to minify away messages in production.
1npm install hey-listen
1yarn add hey-listen
warning
1import { warning } from 'hey-listen'; 2 3warning(false, 'Warning message'); // console.warn "Warning message"
invariant
1import { invariant } from 'hey-listen'; 2 3invariant(false, 'Error message'); // throws "Error message"
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
61 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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 MoreLast Day
-9.6%
78,236
Compared to previous day
Last Week
-10.5%
1,884,072
Compared to previous week
Last Month
-1.9%
8,287,809
Compared to previous month
Last Year
12.6%
90,833,521
Compared to previous year