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 3.1.0 to 3.1.1

3

CHANGELOG.md

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

2017/12/16 Version 3.1.1
- Requires version of node-mime that patches regexp dos vulnerability
2017/12/09 Version 3.1.0

@@ -2,0 +5,0 @@ - Minor tweaks/fixes to directory view

11

package.json

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

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

@@ -16,4 +16,4 @@ "repository": {

"pretest": "eslint ./lib/ ./example/ ./test",
"test": "tap --coverage test/*.js",
"posttest": "tap --coverage-report=text-lcov | codecov"
"test": "tap --jobs-auto --coverage test/*.js",
"posttest": "tap --coverage-report=clover"
},

@@ -31,3 +31,3 @@ "bin": "./lib/ecstatic.js",

"he": "^1.1.1",
"mime": "^1.4.0",
"mime": "^1.4.1",
"minimist": "^1.1.0",

@@ -37,4 +37,3 @@ "url-join": "^2.0.2"

"devDependencies": {
"codecov": "^2.2.0",
"eol": "^0.9.0",
"eol": "^0.9.1",
"eslint": "^3.19.0",

@@ -41,0 +40,0 @@ "eslint-config-airbnb-base": "^11.2.0",

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