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 4.0.0 to 4.0.1

3

CHANGELOG.md

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

2019/04/12 Version 4.0.1
- Fix file descriptor leak from upstream response closing
2019/04/05 Version 4.0.0

@@ -2,0 +5,0 @@ - Drop testing/support for nodes 4 and 5, test nodes 9, 10 and 11

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

* @BigBlueHat
* Robert Nagy @ronag <ronagy@icloud.com>

@@ -347,2 +347,5 @@ #! /usr/bin/env node

});
res.on('close', () => {
stream.destroy();
});
}

@@ -349,0 +352,0 @@

2

package.json

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

"description": "A simple static file server middleware",
"version": "4.0.0",
"version": "4.0.1",
"homepage": "https://github.com/jfhbrook/node-ecstatic",

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

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