Gathering detailed insights and metrics for @zedvision/hey-listen
Gathering detailed insights and metrics for @zedvision/hey-listen
npm install @zedvision/hey-listen
Typescript
Module System
69.6
Supply Chain
79
Quality
75.4
Maintenance
100
Vulnerability
100
License
JavaScript (59.72%)
TypeScript (40.28%)
Total Downloads
780
Last Day
4
Last Week
6
Last Month
16
Last Year
88
33 Stars
14 Commits
3 Forks
1 Watching
16 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.2
Package Id
@zedvision/hey-listen@1.1.2
Unpacked Size
9.02 kB
Size
3.78 kB
File Count
17
Cumulative downloads
Total Downloads
Last day
0%
4
Compared to previous day
Last week
0%
6
Compared to previous week
Last month
220%
16
Compared to previous month
Last year
-33.3%
88
Compared to previous year
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
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
59 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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