Socket
Socket
Sign inDemoInstall

localtunnel

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localtunnel - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

4

History.md

@@ -0,1 +1,5 @@

# 1.8.1 (2016-01-20)
* fix bug w/ HostHeaderTransformer and binary data
# 1.8.0 (2015-11-04)

@@ -2,0 +6,0 @@

2

lib/HeaderHostTransformer.js

@@ -22,3 +22,2 @@ var stream = require('stream');

var self = this;
chunk = chunk.toString();

@@ -28,2 +27,3 @@ // after replacing the first instance of the Host header

if (!self.replaced) {
chunk = chunk.toString();
self.push(chunk.replace(/(\r\nHost: )\S+/, function(match, $1) {

@@ -30,0 +30,0 @@ self.replaced = true;

@@ -5,3 +5,3 @@ {

"description": "expose localhost to the world",
"version": "1.8.0",
"version": "1.8.1",
"license": "MIT",

@@ -8,0 +8,0 @@ "repository": {

@@ -1,3 +0,5 @@

# localtunnel [![Build Status](https://travis-ci.org/defunctzombie/localtunnel.png?branch=master)](https://travis-ci.org/defunctzombie/localtunnel) #
# localtunnel
[![Build Status](https://travis-ci.org/localtunnel/localtunnel.svg?branch=master)](https://travis-ci.org/localtunnel/localtunnel)
localtunnel exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.

@@ -72,3 +74,3 @@

The `tunnel instance has the following methods
The `tunnel` instance has the following methods

@@ -75,0 +77,0 @@ |method|args|description|

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