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.12.2 to 0.12.3

13

HISTORY.md

@@ -0,1 +1,14 @@

0.12.3 / 2015-05-13
===================
* deps: debug@~2.2.0
- deps: ms@0.7.1
* deps: depd@~1.0.1
* deps: etag@~1.6.0
- Improve support for JXcore
- Support "fake" stats objects in environments without `fs`
* deps: ms@0.7.1
- Prevent extraordinarily long inputs
* deps: on-finished@~2.2.1
0.12.2 / 2015-03-13

@@ -2,0 +15,0 @@ ===================

16

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

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

"dependencies": {
"debug": "~2.1.3",
"depd": "~1.0.0",
"debug": "~2.2.0",
"depd": "~1.0.1",
"destroy": "1.0.3",
"escape-html": "1.0.1",
"etag": "~1.5.1",
"etag": "~1.6.0",
"fresh": "0.2.4",
"mime": "1.3.4",
"ms": "0.7.0",
"on-finished": "~2.2.0",
"ms": "0.7.1",
"on-finished": "~2.2.1",
"range-parser": "~1.0.2"

@@ -31,4 +31,4 @@ },

"after": "0.8.1",
"istanbul": "0.3.7",
"mocha": "~2.2.1",
"istanbul": "0.3.9",
"mocha": "2.2.4",
"supertest": "~0.15.0"

@@ -35,0 +35,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