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

lantern

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lantern - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

public/css/github.css

10

lib/lantern.js
// Generated by CoffeeScript 1.6.3
(function() {
var app, fs, io, lantcommon, lantfile, path, server, _, _s;
var app, express, fs, io, lantcommon, lantfile, path, server, _, _s;
app = require("express")();
express = require("express");
app = express();
server = require("http").createServer(app);

@@ -27,2 +29,6 @@

app.use("/_lantern", express["static"](path.join(__dirname, '../public/')));
app.use("/", express["static"](process.cwd()));
server.listen(1619);

@@ -29,0 +35,0 @@

2

package.json
{
"name": "lantern",
"description": "Preview Markdown Files",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/swaroop/lantern",

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

# Lantern
Preview Markdown Files.
Light up your markdown experiece. Preview Markdown Files.

@@ -8,5 +8,21 @@ ## Installation

## Start
$ lantern
Hit `localhost:1619` in your web browser.
Open a markdown file in your editor, edit some text, save and it will appear in your browser automatically without reload.
## TODO:
- Serving current directory's images.
- Support for custom stylesheet
- Support for disabling yaml front-matter(if any).
## License
Copyright (c) 2014 Swaroop SM
Licensed under the MIT license.
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/swaroopsm/lantern/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

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