Socket
Socket
Sign inDemoInstall

@kiwicom/express-http-proxy

Package Overview
Dependencies
15
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

3

dist/index.js

@@ -45,6 +45,3 @@ "use strict";

userResDecorator: function (proxyRes, data) {
// There's a mistake in the @types package, proxyRes should have IncomingMessage type from http(s) standard Node.js module.
// @ts-expect-error
var contentType = proxyRes.headers["content-type"];
// @ts-expect-error
var contentEncoding = proxyRes.headers["content-encoding"];

@@ -51,0 +48,0 @@ var isBrotliEncoded = contentEncoding === "br";

8

package.json
{
"name": "@kiwicom/express-http-proxy",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -12,3 +12,2 @@ "main": "dist/index.js",

"scripts": {
"test": "jest",
"ts:check": "tsc",

@@ -23,3 +22,3 @@ "build": "tsc --project tsconfig.build.json",

"@types/express": "^4.17.13",
"@types/express-http-proxy": "^1.6.2",
"@types/express-http-proxy": "^1.6.3",
"@types/jest": "^27.0.1",

@@ -29,3 +28,2 @@ "@types/supertest": "^2.0.11",

"express-http-proxy": "^1.6.2",
"jest": "^27.1.0",
"supertest": "^6.1.6",

@@ -37,3 +35,3 @@ "typescript": "^4.4.2"

},
"gitHead": "32d55c6b0676c3a0aeb2bf1a5a9472e1a6a3f723"
"gitHead": "9ee5d7a0fa78ba3768e73957db2e990e617965b6"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc