Socket
Socket
Sign inDemoInstall

ecstatic

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecstatic - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

.nyc_output/78678.json

3

CHANGELOG.md

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

2016/08/10 Version 2.1.0
- New, prettier showDir pages with icons!
2016/08/09 Version 2.0.0

@@ -2,0 +5,0 @@ - No longer strip null bytes from uris before parsing. This avoids a regexp dos

@@ -60,1 +60,3 @@ General format is: contributor, github handle, email. In some cases, the

* Simon Sturmer @sstur <sstur@me.com>
* Drew Harwell @fenwick67
* Vamsi Krishna Avula @avamsi

2

lib/ecstatic.js

@@ -8,3 +8,3 @@ #! /usr/bin/env node

urlJoin = require('url-join'),
showDir = require('./ecstatic/showdir'),
showDir = require('./ecstatic/show-dir'),
version = JSON.parse(

@@ -11,0 +11,0 @@ fs.readFileSync(__dirname + '/../package.json').toString()

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

"description": "A simple static file server middleware that works with both Express and Flatiron",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/jfhbrook/node-ecstatic",

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

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