Socket
Socket
Sign inDemoInstall

axios-tauri-adapter

Package Overview
Dependencies
10
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    axios-tauri-adapter

[![](https://shields.kaki87.net/npm/v/axios-tauri-adapter)](https://www.npmjs.com/package/axios-tauri-adapter) ![](https://shields.kaki87.net/npm/dw/axios-tauri-adapter) ![](https://shields.kaki87.net/npm/l/axios-tauri-adapter)


Version published
Weekly downloads
3
Maintainers
1
Created
Weekly downloads
 

Readme

Source

axios-tauri-adapter

An Axios adapter for the http module of the Tauri framework.

Installation

yarn add axios axios-tauri-adapter

Usage

import axios from 'axios';
import axiosTauriAdapter from 'axios-tauri-adapter';
const client = axios.create({ adapter: axiosTauriAdapter });

Compatibility

Adapter versionAxios versionTauri version
0.1.x-0.2.x0.23.x-0.27.x1.0.0-beta.8 & greater
0.3.x0.23.x-0.27.x1.0.0-rc.0 & greater

Unit testing

Changelog

Keywords

FAQs

Last updated on 10 Jul 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc