Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serve-index

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serve-index - npm Package Compare versions

Comparing version 1.5.3 to 1.6.0

16

HISTORY.md

@@ -0,1 +1,17 @@

1.6.0 / 2015-01-01
==================
* Add link to root directory
* deps: accepts@~1.2.2
- deps: mime-types@~2.0.7
- deps: negotiator@0.5.0
* deps: batch@0.5.2
* deps: debug@~2.1.1
* deps: mime-types@~2.0.7
- Add new mime types
- Fix missing extensions
- Fix various invalid MIME type entries
- Remove example template MIME types
- deps: mime-db@~1.5.0
1.5.3 / 2014-12-10

@@ -2,0 +18,0 @@ ==================

2

index.js

@@ -151,3 +151,3 @@ /*!

var accept = accepts(req);
var type = accept.types(mediaTypes);
var type = accept.type(mediaTypes);

@@ -154,0 +154,0 @@ // not acceptable

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

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

"dependencies": {
"accepts": "~1.1.4",
"batch": "0.5.1",
"debug": "~2.1.0",
"accepts": "~1.2.2",
"batch": "0.5.2",
"debug": "~2.1.1",
"http-errors": "~1.2.8",
"mime-types": "~2.0.4",
"mime-types": "~2.0.7",
"parseurl": "~1.3.0"

@@ -20,3 +20,3 @@ },

"istanbul": "0.3.5",
"mocha": "~2.0.1",
"mocha": "~2.1.0",
"supertest": "~0.15.0"

@@ -23,0 +23,0 @@ },

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