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 0.7.0 to 0.7.4

6

package.json
{
"name": "axios-error",
"description": "An axios error wrapper that aim to provide clear error message to the user",
"version": "0.7.0",
"version": "0.7.4",
"engines": {

@@ -20,5 +20,5 @@ "node": ">=6"

"devDependencies": {
"axios": "^0.17.0",
"axios-mock-adapter": "^1.9.0"
"axios": "^0.18.0",
"axios-mock-adapter": "^1.15.0"
}
}
import axios from 'axios';
import MockAdapter from 'axios-mock-adapter';
import AxiosError from '../';
import AxiosError from '..';

@@ -6,0 +6,0 @@ const mock = new MockAdapter(axios);

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