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

front-express-http-proxy

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

front-express-http-proxy - npm Package Compare versions

Comparing version 0.11.0-1 to 0.11.0-2

2

index.js

@@ -33,2 +33,3 @@ 'use strict';

var memoizeHost = unset(options.memoizeHost) ? true : options.memoizeHost;
var rejectUnauthorized = !options.skipCertificateValidation;

@@ -58,2 +59,3 @@ return function handleProxy(req, res, next) {

params: req.params,
rejectUnauthorized
};

@@ -60,0 +62,0 @@

2

package.json
{
"name": "front-express-http-proxy",
"version": "0.11.0-1",
"version": "0.11.0-2",
"description": "http proxy middleware for express",

@@ -5,0 +5,0 @@ "engines": {

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