@loopback/http-caching-proxy
Advanced tools
Comparing version 2.3.4 to 3.0.0
{ | ||
"name": "@loopback/http-caching-proxy", | ||
"description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!", | ||
"version": "2.3.4", | ||
"version": "3.0.0", | ||
"keywords": [ | ||
@@ -23,3 +23,3 @@ "LoopBack", | ||
"engines": { | ||
"node": "^10.16 || 12 || 14 || 16" | ||
"node": "12 || 14 || 16 || 17" | ||
}, | ||
@@ -43,3 +43,3 @@ "scripts": { | ||
"dependencies": { | ||
"axios": "^0.21.4", | ||
"axios": "^0.24.0", | ||
"cacache": "^15.3.0", | ||
@@ -51,5 +51,5 @@ "debug": "^4.3.2", | ||
"devDependencies": { | ||
"@loopback/build": "^7.0.2", | ||
"@loopback/eslint-config": "^11.0.2", | ||
"@loopback/testlab": "^3.4.4", | ||
"@loopback/build": "^8.0.0", | ||
"@loopback/eslint-config": "^12.0.0", | ||
"@loopback/testlab": "^4.0.0", | ||
"@types/debug": "^4.1.7", | ||
@@ -62,3 +62,3 @@ "@types/node": "^10.17.60", | ||
}, | ||
"gitHead": "d9a29c85dbe38f12ba219d8c495cf6038bbc3590" | ||
"gitHead": "00a62f630c19341ce399cec3a45563b1ead6e3b8" | ||
} |
@@ -6,3 +6,3 @@ // Copyright IBM Corp. 2018,2020. All Rights Reserved. | ||
import axios, {AxiosInstance, Method} from 'axios'; | ||
import axios, {AxiosInstance, AxiosRequestHeaders, Method} from 'axios'; | ||
import debugFactory from 'debug'; | ||
@@ -204,3 +204,3 @@ import {once} from 'events'; | ||
url: clientRequest.url!, | ||
headers: clientRequest.headers, | ||
headers: clientRequest.headers as AxiosRequestHeaders, | ||
data: clientRequest, | ||
@@ -207,0 +207,0 @@ // Set the response type to `arraybuffer` to force the `data` to be a |
Sorry, the diff of this file is not supported yet
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
30689
+ Addedaxios@0.24.0(transitive)
- Removedaxios@0.21.4(transitive)
Updatedaxios@^0.24.0