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.4.4 to 2.4.5

9

HISTORY.md

@@ -0,1 +1,10 @@

2.4.5 / 2017-09-26
==================
* deps: etag@~1.8.1
- perf: replace regular expression with substring
* deps: fresh@0.5.2
- Fix regression matching multiple ETags in `If-None-Match`
- perf: improve `If-None-Match` token parsing
2.4.4 / 2017-09-11

@@ -2,0 +11,0 @@ ==================

6

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

@@ -14,4 +14,4 @@ "license": "MIT",

"dependencies": {
"etag": "~1.8.0",
"fresh": "0.5.1",
"etag": "~1.8.1",
"fresh": "0.5.2",
"ms": "2.0.0",

@@ -18,0 +18,0 @@ "parseurl": "~1.3.2",

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