Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@4lch4/axios-aid

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4lch4/axios-aid - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

3

dist/index.d.ts
import { AxiosBasicCredentials, AxiosInstance } from "axios";
declare class AxiosAid {
export declare class AxiosAid {
client: AxiosInstance;

@@ -7,3 +7,2 @@ constructor(baseUrl: string, headers?: Object, auth?: AxiosBasicCredentials);

}
export default AxiosAid;
export interface RequestPayload {

@@ -10,0 +9,0 @@ params: Object;

@@ -15,2 +15,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.AxiosAid = void 0;
const axios_1 = __importDefault(require("axios"));

@@ -38,3 +39,3 @@ class AxiosAid {

}
exports.default = AxiosAid;
exports.AxiosAid = AxiosAid;
//# sourceMappingURL=index.js.map
{
"name": "@4lch4/axios-aid",
"displayName": "AxiosAid",
"version": "1.1.0",
"version": "1.2.0",
"description": "A lightweight wrapper around Axios for type data and ease of use.",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc