Gathering detailed insights and metrics for popsicle-status
Gathering detailed insights and metrics for popsicle-status
Gathering detailed insights and metrics for popsicle-status
Gathering detailed insights and metrics for popsicle-status
Popsicle middleware for rejecting responses with bad HTTP statuses
npm install popsicle-status
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
5 Stars
54 Commits
3 Forks
2 Watching
2 Branches
2 Contributors
Updated on 10 Oct 2021
Minified
Minified + Gzipped
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
-30.8%
8,941
Compared to previous day
Last week
3.2%
62,732
Compared to previous week
Last month
47.6%
219,017
Compared to previous month
Last year
-20.9%
1,912,209
Compared to previous year
Popsicle middleware for rejecting responses with bad HTTP statuses.
npm install popsicle-status --save
1import { status } from "popsicle-status"; 2 3const middleware = status(); 4 5const res = await middleware(req, send);
Default status codes of min 200
(inclusive) and max 400
(exclusive).
This project is written using TypeScript and publishes the definitions directly to NPM.
MIT
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/10 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
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
Reason
69 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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