Socket
Socket
Sign inDemoInstall

send

Package Overview
Dependencies
12
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.3 to 0.10.0

10

History.md

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

0.10.0 / 2014-10-15
===================
* deps: debug@~2.1.0
- Implement `DEBUG_FD` env variable support
* deps: depd@~1.0.0
* deps: etag@~1.5.0
- Improve string performance
- Slightly improve speed for weak ETags over 1KB
0.9.3 / 2014-09-24

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

10

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

@@ -17,7 +17,7 @@ "contributors": [

"dependencies": {
"debug": "~2.0.0",
"depd": "0.4.5",
"debug": "~2.1.0",
"depd": "~1.0.0",
"destroy": "1.0.3",
"escape-html": "1.0.1",
"etag": "~1.4.0",
"etag": "~1.5.0",
"fresh": "0.2.4",

@@ -33,3 +33,3 @@ "mime": "1.2.11",

"should": "~4.0.0",
"supertest": "~0.13.0"
"supertest": "~0.14.0"
},

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

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