axios-overdose
Advanced tools
Comparing version 0.0.0-dev to 0.0.1
{ | ||
"name": "axios-overdose", | ||
"version": "0.0.0-dev", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.0.1", | ||
"description": "A preconfigured Axios instance with caching and retry options.", | ||
"author": "Shahrad Elahi <shahrad@litehex.com> (https://github.com/shahradelahi)", | ||
"license": "MIT", | ||
"repository": "github:shahradelahi/axios-overdose", | ||
"homepage": "https://github.com/shahradelahi/axios-overdose", | ||
"keywords": [ | ||
"axios", | ||
"cache", | ||
"retry", | ||
"proxy" | ||
], | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"types": "./dist", | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"packageManager": "pnpm@9.12.0", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsup", | ||
"typecheck": "tsc --noEmit", | ||
"format:check": "prettier --check .", | ||
"format": "prettier --write .", | ||
"prepublishOnly": "pnpm typecheck && pnpm format:check && pnpm build" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"dependencies": { | ||
"axios": "^1.7.7", | ||
"axios-cache-interceptor": "^1.6.2", | ||
"axios-retry": "^4.5.0" | ||
}, | ||
"devDependencies": { | ||
"@ianvs/prettier-plugin-sort-imports": "^4.4.0", | ||
"@sindresorhus/tsconfig": "^6.0.0", | ||
"@types/node": "^22.9.0", | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.3.5", | ||
"typescript": "^5.6.3" | ||
}, | ||
"optionalDependencies": { | ||
"hpagent": "^1.2.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
11071
7
185
1
1
1
2
Yes
4
6
+ Addedaxios@^1.7.7
+ Addedaxios-retry@^4.5.0
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.7(transitive)
+ Addedaxios-cache-interceptor@1.6.2(transitive)
+ Addedaxios-retry@4.5.0(transitive)
+ Addedcache-parser@1.2.5(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedfast-defer@1.1.8(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedhpagent@1.2.0(transitive)
+ Addedis-retry-allowed@2.2.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedobject-code@1.3.3(transitive)
+ Addedproxy-from-env@1.1.0(transitive)