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.1 to 0.9.2

9

History.md

@@ -0,1 +1,8 @@

0.9.2 / 2014-09-15
==================
* deps: depd@0.4.5
* deps: etag@~1.3.1
* deps: range-parser@~1.0.2
0.9.1 / 2014-09-07

@@ -9,3 +16,3 @@ ==================

* Add `lastMofified` option
* Add `lastModified` option
* Use `etag` to generate `ETag` header

@@ -12,0 +19,0 @@ * deps: debug@~2.0.0

8

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

@@ -18,6 +18,6 @@ "contributors": [

"debug": "~2.0.0",
"depd": "0.4.4",
"depd": "0.4.5",
"destroy": "1.0.3",
"escape-html": "1.0.1",
"etag": "~1.3.0",
"etag": "~1.3.1",
"fresh": "0.2.4",

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

"on-finished": "2.1.0",
"range-parser": "~1.0.0"
"range-parser": "~1.0.2"
},

@@ -30,0 +30,0 @@ "devDependencies": {

@@ -81,3 +81,3 @@ # send

The `SendStream` is an event emitter and will emeit the following events:
The `SendStream` is an event emitter and will emit the following events:

@@ -84,0 +84,0 @@ - `error` an error occurred `(err)`

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