Gathering detailed insights and metrics for @3846masa/axios-cookiejar-support
Gathering detailed insights and metrics for @3846masa/axios-cookiejar-support
npm install @3846masa/axios-cookiejar-support
Typescript
Module System
Min. Node Version
Node Version
NPM Version
62.5
Supply Chain
86.3
Quality
79.5
Maintenance
100
Vulnerability
100
License
TypeScript (87.66%)
JavaScript (8.5%)
Shell (3.84%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
336,410
Last Day
14
Last Week
85
Last Month
531
Last Year
10,135
MIT License
323 Stars
860 Commits
57 Forks
4 Watchers
5 Branches
3 Contributors
Updated on Feb 26, 2025
Minified
Minified + Gzipped
Latest Version
5.0.5
Package Id
@3846masa/axios-cookiejar-support@5.0.5
Unpacked Size
7.75 kB
Size
3.23 kB
File Count
6
NPM Version
10.8.2
Node Version
18.20.5
Published on
Dec 16, 2024
Cumulative downloads
Total Downloads
Last Day
-61.1%
14
Compared to previous day
Last Week
-24.8%
85
Compared to previous week
Last Month
-6.2%
531
Compared to previous month
Last Year
-57.5%
10,135
Compared to previous year
1
2
18
Add tough-cookie
support to axios.
npm install axios tough-cookie axios-cookiejar-support
1import axios from 'axios'; 2import { wrapper } from 'axios-cookiejar-support'; 3import { CookieJar } from 'tough-cookie'; 4 5const jar = new CookieJar(); 6const client = wrapper(axios.create({ jar })); 7 8await client.get('https://example.com');
See examples for more details.
1import type { CookieJar } from 'tough-cookie'; 2 3declare module 'axios' { 4 interface AxiosRequestConfig { 5 jar?: CookieJar; 6 } 7}
See also https://github.com/axios/axios#request-config .
PRs accepted.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
all dependencies are pinned
Details
Reason
license file detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
Found 0/29 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
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
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-24
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