New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

axios8dev

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios8dev

Promise based HTTP client for the browser and node.js

latest
Source
npmnpm
Version
0.27.2
Version published
Maintainers
1
Created
Source

**

axios8dev

A Remake of Axios that supports like axios only nodeJS form-data library but like axios, can be extended to support other types of FormData using Axios Middleware (requests interceptors) and axios transformRequest.

Its particularity is that in nodeJS hybrid environnement like electronJS, it permits to avoid HTTP 400, 415 and 500 (The major errors that I encountered) when posting node form-data to a Rest Server.

How to install it ?

Using npm:

npm install --save axios8dev

Using bower:

$ bower install axios8dev

Using yarn:

$ yard add axios8dev

Using pnpm:

$ pnpm add axios8dev

How to use it ?

const axios = require('axios8dev')
const axios = require('axios8dev').default

It has the same api as axios so be free to look at the official docs of axios.

Keywords

xhr

FAQs

Package last updated on 07 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts