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.3 to 2.4.4

11

HISTORY.md

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

2.4.4 / 2017-09-11
==================
* deps: fresh@0.5.1
- Fix handling of modified headers with invalid dates
- perf: improve ETag match loop
* deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path" `RegExp`
* deps: safe-buffer@5.1.1
2.4.3 / 2017-05-16

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

12

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

@@ -15,6 +15,6 @@ "license": "MIT",

"etag": "~1.8.0",
"fresh": "0.5.0",
"fresh": "0.5.1",
"ms": "2.0.0",
"parseurl": "~1.3.1",
"safe-buffer": "5.0.1"
"parseurl": "~1.3.2",
"safe-buffer": "5.1.1"
},

@@ -24,5 +24,5 @@ "devDependencies": {

"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",

@@ -29,0 +29,0 @@ "eslint-plugin-standard": "3.0.1",

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