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

9

HISTORY.md

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

0.15.4 / 2017-08-05
===================
* deps: debug@2.6.8
* deps: depd@~1.1.1
- Remove unnecessary `Buffer` loading
* deps: http-errors@~1.6.2
- deps: depd@1.1.1
0.15.3 / 2017-05-16

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

8

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

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

"dependencies": {
"debug": "2.6.7",
"depd": "~1.1.0",
"debug": "2.6.8",
"depd": "~1.1.1",
"destroy": "~1.0.4",

@@ -27,3 +27,3 @@ "encodeurl": "~1.0.1",

"fresh": "0.5.0",
"http-errors": "~1.6.1",
"http-errors": "~1.6.2",
"mime": "1.3.4",

@@ -30,0 +30,0 @@ "ms": "2.0.0",

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