Socket
Socket
Sign inDemoInstall

advanced

Package Overview
Dependencies
11
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.10 to 0.4.0

6

lib/utils.js

@@ -257,5 +257,5 @@ var _ = require('lodash'),

// 去掉transfer-encoding头,在nginx代理中,会再加一次该头,导致浏览器解析错误
_req.pipefilter = function(response, dest) {
dest.removeHeader('Transfer-Encoding');
};
// _req.pipefilter = function(response, dest) {
// dest.removeHeader('Transfer-Encoding');
// };
_req.on('error', function(err) {

@@ -262,0 +262,0 @@ errorLogger.log({request: options.uri, type: 'proxy', options: options, error: err, time: (new Date().getTime() - t1) + 'ms'});

{
"name": "advanced",
"version": "0.3.10",
"version": "0.4.0",
"description": "A simple MVC framework based on Express",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc