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

axios-error

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-error - npm Package Compare versions

Comparing version 1.0.0-beta.16 to 1.0.0-beta.24

3

dist/index.d.ts
/// <reference types="node" />
import util from 'util';
import { AxiosRequestConfig, AxiosResponse } from 'axios';
export default class AxiosError extends Error {
declare class AxiosError extends Error {
config: AxiosRequestConfig;

@@ -12,2 +12,3 @@ request?: any;

}
export = AxiosError;
//# sourceMappingURL=index.d.ts.map

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

};
Object.defineProperty(exports, "__esModule", { value: true });
const util_1 = __importDefault(require("util"));

@@ -79,3 +78,3 @@ function indent(str) {

}
exports.default = AxiosError;
module.exports = AxiosError;
//# sourceMappingURL=index.js.map

@@ -9,3 +9,3 @@ {

},
"version": "1.0.0-beta.16",
"version": "1.0.0-beta.24",
"main": "dist/index.js",

@@ -24,3 +24,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "e0695dde8d2b01d1a068f4086fbd7988bcf9de4c"
"gitHead": "18258941a920ed2aabf7b12f17e10e8c14238c15"
}

@@ -20,3 +20,3 @@ import util from 'util';

export default class AxiosError extends Error {
class AxiosError extends Error {
config: AxiosRequestConfig;

@@ -104,1 +104,3 @@

}
export = AxiosError;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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