Socket
Socket
Sign inDemoInstall

pushserve

Package Overview
Dependencies
19
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# pushserve 0.1.4 (12 May 2013)
* Added auto-resolving of all static files. Should fix some bugs.
# pushserve 0.1.3 (10 May 2013)

@@ -2,0 +5,0 @@ * Added binary.

2

index.js

@@ -33,3 +33,3 @@ var express = require('express');

// Route all static files to http paths.
app.use(options.base, express.static(options.path));
app.use(options.base, express.static(sysPath.resolve(options.path)));

@@ -36,0 +36,0 @@ // Route all non-existent files to `index.html`

{
"name": "pushserve",
"version": "0.1.3",
"version": "0.1.4",
"description": "Dead-simple pushState-enabled command-line http server.",

@@ -30,5 +30,5 @@ "main": "index.js",

"dependencies": {
"express": "~3.1.1",
"express": "~3.2.0",
"commander": "~1.1.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc