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

@loopback/http-caching-proxy

Package Overview
Dependencies
Maintainers
11
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/http-caching-proxy - npm Package Compare versions

Comparing version 2.3.4 to 3.0.0

14

package.json
{
"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

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