Socket
Socket
Sign inDemoInstall

serve-index

Package Overview
Dependencies
13
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.3 to 1.8.0

18

HISTORY.md

@@ -0,1 +1,19 @@

1.8.0 / 2016-06-17
==================
* Make inline file search case-insensitive
* deps: accepts@~1.3.3
- deps: mime-types@~2.1.11
- deps: negotiator@0.6.1
- perf: improve header parsing speed
* deps: http-errors@~1.5.0
- Use `setprototypeof` module to replace `__proto__` setting
- deps: inherits@2.0.1
- deps: statuses@'>= 1.3.0 < 2'
- perf: enable strict mode
* deps: mime-types@~2.1.11
- Add new mime types
- Update primary extension for `audio/mp4`
- deps: mime-db@~1.23.0
1.7.3 / 2016-01-24

@@ -2,0 +20,0 @@ ==================

0

index.js

@@ -0,0 +0,0 @@ /*!

12

package.json
{
"name": "serve-index",
"description": "Serve directory listings",
"version": "1.7.3",
"version": "1.8.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

@@ -9,8 +9,8 @@ "license": "MIT",

"dependencies": {
"accepts": "~1.2.13",
"accepts": "~1.3.3",
"batch": "0.5.3",
"debug": "~2.2.0",
"escape-html": "~1.0.3",
"http-errors": "~1.3.1",
"mime-types": "~2.1.9",
"http-errors": "~1.5.0",
"mime-types": "~2.1.11",
"parseurl": "~1.3.1"

@@ -20,4 +20,4 @@ },

"after": "0.8.1",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"istanbul": "0.4.3",
"mocha": "2.5.3",
"supertest": "1.1.0"

@@ -24,0 +24,0 @@ },

@@ -0,0 +0,0 @@ # serve-index

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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