axios 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of axios might be problematic. Click here for more details.

@@ -1,8 +1,6 @@
1
- // Axios v1.1.0 Copyright (c) 2022 Matt Zabriskie and contributors
1
+ // Axios v1.1.2 Copyright (c) 2022 Matt Zabriskie and contributors
2
2
  'use strict';
3
3
 
4
- Object.defineProperty(exports, '__esModule', { value: true });
5
-
6
4
  const FormData$1 = require('form-data');
7
5
  const url = require('url');
8
6
  const proxyFromEnv = require('proxy-from-env');
@@ -1315,7 +1313,7 @@ function buildFullPath(baseURL, requestedURL) {
1315
1313
  return requestedURL;
1316
1314
  }
1317
1315
 
1318
- const VERSION = "1.1.0";
1316
+ const VERSION = "1.1.2";
1319
1317
 
1320
1318
  /**
1321
1319
  * A `CanceledError` is an object that is thrown when an operation is canceled.
@@ -3753,9 +3751,5 @@ axios.formToJSON = thing => {
3753
3751
  return formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing);
3754
3752
  };
3755
3753
 
3756
- exports.Axios = Axios;
3757
- exports.AxiosError = AxiosError;
3758
- exports.AxiosHeaders = AxiosHeaders;
3759
- exports.CanceledError = CanceledError;
3760
- exports["default"] = axios;
3754
+ module.exports = axios;
3761
3755
  //# sourceMappingURL=axios.cjs.map