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

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 0.0.2 to 0.0.3

index.js

5

package.json

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

"description": "expose localhost to the world",
"version": "0.0.2",
"version": "0.0.3",
"repository": {

@@ -29,3 +29,4 @@ "type": "git",

"lt": "./bin/client"
}
},
"main": "./index.js"
}

4

README.md

@@ -5,3 +5,3 @@ # localtunnel [![Build Status](https://secure.travis-ci.org/shtylman/localtunnel.png)](http://travis-ci.org/shtylman/localtunnel) #

Great for working with browser testing tools like browserling or external api callback services like twilio which require a public url for callbacks!
Great for working with browser testing tools like browserling or external api callback services like twilio which require a public url for callbacks.

@@ -16,3 +16,3 @@ ## installation ##

Super East! Assuming your local server is running on port 8000, just use the ```lt``` command to start the tunnel.
Super Easy! Assuming your local server is running on port 8000, just use the ```lt``` command to start the tunnel.

@@ -19,0 +19,0 @@ ```

@@ -5,4 +5,4 @@ var http = require('http');

var localtunnel_server = require('./server');
var localtunnel_client = require('./client');
var localtunnel_server = require('./').server;
var localtunnel_client = require('./').client;

@@ -9,0 +9,0 @@ test('setup localtunnel server', function(done) {

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