Comparing version 1.0.1 to 1.1.0
@@ -14,3 +14,3 @@ /** | ||
const axios = /** @type {AxiosStatic} */(/** @type {unknown} */(require('axios'))) | ||
const defaultAdapter = /** @type {AxiosAdapter} */(axios.defaults.adapter) | ||
const defaultAdapter = /** @type {AxiosAdapter} */(axios.getAdapter(axios.defaults.adapter)) | ||
@@ -17,0 +17,0 @@ /** |
{ | ||
"name": "axiosist", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Convert node.js request handler to axios adapter", | ||
@@ -35,6 +35,6 @@ "main": "index.js", | ||
"@types/node": ">=12.13.0", | ||
"axios": "^1.0.0, <1.2.0" | ||
"axios": "^1.5.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^5.0.1", | ||
"ava": "^4.3.3", | ||
"standard": "^17.0.0", | ||
@@ -41,0 +41,0 @@ "typescript": "^4.8.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8565
+ Addedaxios@1.7.8(transitive)
- Removedaxios@1.1.3(transitive)
Updatedaxios@^1.5.0