Gathering detailed insights and metrics for @types/axios-curlirize
Gathering detailed insights and metrics for @types/axios-curlirize
Gathering detailed insights and metrics for @types/axios-curlirize
Gathering detailed insights and metrics for @types/axios-curlirize
The repository for high quality TypeScript type definitions.
npm install @types/axios-curlirize
Typescript
Module System
81.4
Supply Chain
64.3
Quality
74.8
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
1,239,519
Last Day
170
Last Week
8,877
Last Month
37,633
Last Year
474,167
NOASSERTION License
49,851 Stars
89,538 Commits
30,399 Forks
639 Watchers
6 Branches
9,958 Contributors
Updated on Jun 09, 2025
Latest Version
1.3.5
Package Id
@types/axios-curlirize@1.3.5
Unpacked Size
3.20 kB
Size
1.63 kB
File Count
5
Published on
Nov 06, 2023
Cumulative downloads
Total Downloads
Last Day
16.4%
170
Compared to previous day
Last Week
-6.4%
8,877
Compared to previous week
Last Month
-16.3%
37,633
Compared to previous month
Last Year
51.2%
474,167
Compared to previous year
1
npm install --save @types/axios-curlirize
This package contains type definitions for axios-curlirize (https://github.com/delirius325/axios-curlirize#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/axios-curlirize.
1export = AxiosCurlirize; 2 3import { AxiosInstance } from "axios"; 4 5interface Result { 6 command: string; 7} 8 9interface Callback { 10 (result: Result, error: Error): void; 11} 12 13declare function AxiosCurlirize(instance: AxiosInstance, callback?: Callback): void; 14 15declare namespace AxiosCurlirize {} 16
These definitions were written by Steven Hankin.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
Found 22/29 approved changesets -- score normalized to 7
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-02
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