Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

axios-overdose

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-overdose - npm Package Compare versions

Comparing version 0.0.0-dev to 0.0.1

dist/index.cjs

53

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc