Socket
Socket
Sign inDemoInstall

send

Package Overview
Dependencies
16
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.15.4 to 0.15.5

10

HISTORY.md

@@ -0,1 +1,11 @@

0.15.5 / 2017-09-20
===================
* deps: etag@~1.8.1
- perf: replace regular expression with substring
* deps: fresh@0.5.2
- Fix handling of modified headers with invalid dates
- perf: improve ETag match loop
- perf: improve `If-None-Match` token parsing
0.15.4 / 2017-08-05

@@ -2,0 +12,0 @@ ===================

6

package.json
{
"name": "send",
"description": "Better streaming static file server with Range and conditional-GET support",
"version": "0.15.4",
"version": "0.15.5",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -24,4 +24,4 @@ "contributors": [

"escape-html": "~1.0.3",
"etag": "~1.8.0",
"fresh": "0.5.0",
"etag": "~1.8.1",
"fresh": "0.5.2",
"http-errors": "~1.6.2",

@@ -28,0 +28,0 @@ "mime": "1.3.4",

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