Socket
Socket
Sign inDemoInstall

serve-favicon

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serve-favicon - npm Package Compare versions

Comparing version 2.3.0 to 2.3.2

11

HISTORY.md

@@ -0,1 +1,12 @@

2.3.2 / 2016-11-16
==================
* deps: ms@0.7.2
2.3.1 / 2016-01-23
==================
* deps: parseurl@~1.3.1
- perf: enable strict mode
2.3.0 / 2015-06-13

@@ -2,0 +13,0 @@ ==================

14

package.json
{
"name": "serve-favicon",
"description": "favicon serving middleware with caching",
"version": "2.3.0",
"version": "2.3.2",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

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

"fresh": "0.3.0",
"ms": "0.7.1",
"parseurl": "~1.3.0"
"ms": "0.7.2",
"parseurl": "~1.3.1"
},
"devDependencies": {
"istanbul": "0.3.9",
"mocha": "2.2.5",
"proxyquire": "~1.2.0",
"supertest": "1.0.1"
"istanbul": "0.4.5",
"mocha": "2.5.3",
"proxyquire": "1.4.0",
"supertest": "1.1.0"
},

@@ -26,0 +26,0 @@ "files": [

@@ -34,2 +34,6 @@ # serve-favicon

This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/). Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
```bash

@@ -36,0 +40,0 @@ npm install serve-favicon

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