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

@varlet/axle

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@varlet/axle

Progressive request tool based on axios

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
744
72.22%
Maintainers
5
Weekly downloads
 
Created
Source

AXLE

Progressive request tool based on axios.

Documentation | 中文介绍

version stars vue license

Intro

Progressive request tool based on axios. It does not destroy the original abilities of axios, and helps you process requests more easily.

Features

  • 🚀   Normalized request functions with expanded methods for different response types
  • 💪   Vue Composition API support with loading status, error status, upload/download progress, lifecycle, and more
  • 🛠️   Built-in practical request/response interceptors
  • 💡   Enhanced API definition with createApi
  • 🌍   Full compatibility with axios configuration

Install

# npm
npm i @varlet/axle -S

# yarn
yarn add @varlet/axle

# pnpm
pnpm add @varlet/axle

Basic Usage

import { createAxle } from '@varlet/axle'

const axle = createAxle(/** @see https://axios-http.com **/)

axle.get('/url', { current: 1, pageSize: 10 }, { headers: {} })
axle.post('/url', { name: 'Axle' }, { headers: {} })

Documentation

For full documentation, please visit the documentation site.

Keywords

axios

FAQs

Package last updated on 09 Apr 2026

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