GitHub
github.com › axios › axios
GitHub - axios/axios: Promise based HTTP client for the browser and node.js · GitHub
1 week ago - Promise based HTTP client for the browser and node.js - axios/axios
Starred by 109K users
Forked by 11.6K users
Languages JavaScript 86.5% | TypeScript 11.6% | HTML 1.9%
GitHub
github.com › axios › axios-docs
GitHub - axios/axios-docs: Official documentation for the axios HTTP library · GitHub
Official documentation for the axios HTTP library. Contribute to axios/axios-docs development by creating an account on GitHub.
Starred by 178 users
Forked by 182 users
Languages JavaScript 60.6% | EJS 20.8% | SCSS 16.2% | Dockerfile 1.5% | Handlebars 0.9%
Videos
14:06
HUGE npm axios supply chain attack - YouTube
18:51
The Axios Supply Chain Attack | State of Cybercrime Ep. 47 - YouTube
11:00
the WORST hack of 2026 - YouTube
58:54
Creating your own data on github.io, using axios to grab the data ...
02:12:17
🚨 NPM axios Supply Chain Attack 🚨 - YouTube
02:04
GitHub - axios/axios: Promise based HTTP client for the ...
Axios
axios-http.com
Axios
Axios is a simple promise based HTTP client for the browser and node.js. Axios provides a simple to use library in a small package with a very extensible interface. Get Started View on GitHub · Become a sponsor · Hopper Security · Buzzoid - Buy Instagram Followers ·
GitHub
github.com › axios › axios-docs › releases
Releases · axios/axios-docs
Official documentation for the axios HTTP library. Contribute to axios/axios-docs development by creating an account on GitHub.
Author axios
GitHub
gist.github.com › N3mes1s › 0c0fc7a0c23cdb5e1c8f66b208053ed6
Axios npm Supply Chain Compromise (2026-03-31) — Full RE + Dynamic Analysis + BlueNoroff Attribution | 17 SHA256 | YARA/Sigma/Suricata rules | Live peinject validation on Daytona
2 weeks ago - Axios npm Supply Chain Compromise (2026-03-31) — Full RE + Dynamic Analysis + BlueNoroff Attribution | 17 SHA256 | YARA/Sigma/Suricata rules | Live peinject validation on Daytona - 00_README.md
GitHub
github.com › axios › axios-docs › pulls
Pull requests · axios/axios-docs
Official documentation for the axios HTTP library. Contribute to axios/axios-docs development by creating an account on GitHub.
Author axios
GitHub
github.com › axios › axios › releases
Releases · axios/axios
CI Security: SHA-pins all actions and disables credential persistence in v0.x CI, introduces zizmor security scanning with SARIF upload to code scanning, adds an OIDC Trusted Publishing workflow with npm provenance attestations, and gates all publishes behind a required npm-publish GitHub Environment with configurable reviewer protections. (#10638, #10639, #10667) TypeScript — AxiosInstance Return Types: Fixes return types in AxiosInstance methods to correctly resolve to Promise<R> (matching AxiosPromise<T> semantics), and corrects the generic call signature so TypeScript properly enforces the response data type.
Author axios
Stack Overflow
stackoverflow.com › questions › 60327174 › problems-to-use-github-api-in-backend-with-axios
node.js - Problems to use GitHub api in backend with Axios - Stack Overflow
import axios from 'axios'; const api = axios.create({ baseURL: 'https://api.github.com', }); export default api;
GitHub
gist.github.com › 04db35294b208d58eb1736fab65349f7
Node Axios · GitHub
Node Axios. GitHub Gist: instantly share code, notes, and snippets.
GitHub
gist.github.com › tuwukee › 869a868842c1550c32c322b457a4ff92
axios.js - Gist - GitHub
Save tuwukee/869a868842c1550c32c322b457a4ff92 to your computer and use it in GitHub Desktop. Download ZIP · Raw · axios.js · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
GitHub
github.com › nestjs › axios
GitHub - nestjs/axios: Axios module for Nest framework (node.js) 🗂
Axios module for Nest framework (node.js) 🗂. Contribute to nestjs/axios development by creating an account on GitHub.
Starred by 249 users
Forked by 61 users
Languages TypeScript 85.5% | JavaScript 14.5%
GitHub
github.com › axios › axios › blob › v1.x › CHANGELOG.md
axios/CHANGELOG.md at v1.x · axios/axios
January 20, 2026 - Promise based HTTP client for the browser and node.js - axios/CHANGELOG.md at v1.x · axios/axios
Author axios
npm
npmjs.com › package › axios
axios - npm
1 week ago - npm i axios · github.com/axios/axios · axios-http.com · 73,287,214 · 1.15.0 · MIT · 8 hours ago · jasonsaayman · Analyze security with SocketCheck bundle sizeView package healthExplore dependencies ·
» npm install axios
Published Apr 08, 2026
Version 1.15.0
GitHub
github.com › advisories › GHSA-4hjh-wcwx-xvwj
Axios is vulnerable to DoS attack through lack of data size check · CVE-2025-58754 · GitHub Advisory Database · GitHub
When axios encounters a request whose URL starts with data:, it does not perform an HTTP request. Instead, it calls fromDataURI() to decode the Base64 payload into a Buffer or Blob. Relevant code from [httpAdapter](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/adapters/http.js#L231):