Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More →
Socket
Book a DemoInstallSign in
Socket

@xylabs/axios

Package Overview
Dependencies
Maintainers
5
Versions
347
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/axios

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

Source
npmnpm
Version
5.0.3
Version published
Weekly downloads
350
-93.39%
Maintainers
5
Weekly downloads
 
Created
Source

@xylabs/axios

logo

main-build npm-badge npm-downloads-badge jsdelivr-badge npm-license-badge codacy-badge codeclimate-badge snyk-badge socket-badge

Base functionality used throughout XY Labs TypeScript/JavaScript libraries

Reference

@xylabs/axios

Classes

Type Aliases

Variables

classes

AxiosJson

@xylabs/axios

Extends

  • Axios

Constructors

Constructor

new AxiosJson(config?): AxiosJson;

Parameters

config?

RawAxiosJsonRequestConfig<any>

Returns

AxiosJson

Overrides

Axios.constructor

Properties

defaultLogger?

static optional defaultLogger: Logger;

Methods

finalPath()

static finalPath(response): any;

Parameters

response

AxiosResponse

Returns

any

AxiosJsonUncompressed

@xylabs/axios

Extends

  • Axios

Constructors

Constructor

new AxiosJsonUncompressed(config?): AxiosJsonUncompressed;

Parameters

config?

RawAxiosJsonRequestUncompressedConfig<any>

Returns

AxiosJsonUncompressed

Overrides

Axios.constructor

Properties

defaultLogger?

static optional defaultLogger: Logger;

Methods

finalPath()

static finalPath(response): any;

Parameters

response

AxiosResponse

Returns

any

type-aliases

RawAxiosJsonRequestConfig

@xylabs/axios

type RawAxiosJsonRequestConfig<D> = RawAxiosRequestConfig<D> & object;

Type declaration

compressLength?

optional compressLength: number;

Type Parameters

D

D = any

RawAxiosJsonRequestUncompressedConfig

@xylabs/axios

type RawAxiosJsonRequestUncompressedConfig<D> = RawAxiosRequestConfig<D>;

Type Parameters

D

D = any

variables

axios

@xylabs/axios

const axios: AxiosJson;

axiosUncompressed

@xylabs/axios

const axiosUncompressed: AxiosJsonUncompressed;

Part of sdk-js

Maintainers

License

See the LICENSE file for license details

Credits

Made with 🔥 and ❄️ by XYLabs

Keywords

axios

FAQs

Package last updated on 06 Aug 2025

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