Socket
Socket
Sign inDemoInstall

serve-static

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serve-static - npm Package Compare versions

Comparing version 1.12.0 to 1.12.1

9

HISTORY.md

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

1.12.0 / 2017-02-5
1.12.1 / 2017-03-04
===================
* deps: send@0.15.1
- Fix issue when `Date.parse` does not return `NaN` on invalid date
- Fix strict violation in broken environments
1.12.0 / 2017-02-25
===================
* Send complete HTML document in redirect response

@@ -5,0 +12,0 @@ * Set default CSP header in redirect response

14

package.json
{
"name": "serve-static",
"description": "Serve static files",
"version": "1.12.0",
"version": "1.12.1",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

@@ -12,10 +12,10 @@ "license": "MIT",

"parseurl": "~1.3.1",
"send": "0.15.0"
"send": "0.15.1"
},
"devDependencies": {
"eslint": "3.16.1",
"eslint-config-standard": "6.2.1",
"eslint-plugin-markdown": "1.0.0-beta.3",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "2.0.1",
"eslint": "3.17.0",
"eslint-config-standard": "7.0.0",
"eslint-plugin-markdown": "1.0.0-beta.4",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "2.1.1",
"istanbul": "0.4.5",

@@ -22,0 +22,0 @@ "mocha": "2.5.3",

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