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

connect-modrewrite

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-modrewrite - npm Package Compare versions

Comparing version 0.6.3-pre to 0.6.4-pre

2

index.js

@@ -154,3 +154,3 @@

var opts = _getRequestOpts(metas.req, rule)
, request = metas.protocol === 'http' ? httpReq : httpsReq;
, request = /^https/.test(rule.replace) ? httpsReq : httpReq;

@@ -157,0 +157,0 @@ var pipe = request(opts, function (res) {

{
"name": "connect-modrewrite",
"main": "./index.js",
"version": "0.6.3-pre",
"version": "0.6.4-pre",
"description": "connect-modrewrite adds modrewrite functionality to connect/express server",

@@ -6,0 +6,0 @@ "author": {

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