Gathering detailed insights and metrics for popsicle-cookie-jar
Gathering detailed insights and metrics for popsicle-cookie-jar
Gathering detailed insights and metrics for popsicle-cookie-jar
Gathering detailed insights and metrics for popsicle-cookie-jar
Popsicle middleware for supporting cookies in node.js
npm install popsicle-cookie-jar
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
18 Commits
1 Forks
2 Watching
1 Branches
2 Contributors
Updated on 10 Oct 2021
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
2.8%
15,381
Compared to previous day
Last week
1.2%
85,496
Compared to previous week
Last month
5.1%
356,493
Compared to previous month
Last year
28.2%
4,549,391
Compared to previous year
2
1
Popsicle middleware for supporting cookies in node.js.
npm install popsicle-cookie-jar --save
1import { cookies, CookieJar } from "popsicle-cookie-jar"; 2 3const middleware = compose([cookies(), transport()]);
The only argument to cookies
is an optional CookieJar
instance. By default, it will create an in-memory instance for you.
This project is written using TypeScript and publishes the definitions directly to NPM.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
Found 1/8 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
16 existing vulnerabilities detected
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