Socket
Socket
Sign inDemoInstall

send

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

send - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

6

History.md

@@ -0,1 +1,7 @@

0.8.2 / 2014-08-14
==================
* Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
* deps: dethroy@1.0.2
0.8.1 / 2014-08-05

@@ -2,0 +8,0 @@ ==================

5

lib/send.js

@@ -8,2 +8,3 @@

var deprecate = require('depd')('send')
var destroy = require('dethroy')
var escapeHtml = require('escape-html')

@@ -655,3 +656,3 @@ , parseRange = require('range-parser')

finished = true;
stream.destroy();
destroy(stream);
});

@@ -666,3 +667,3 @@

finished = true;
stream.destroy();
destroy(stream);

@@ -669,0 +670,0 @@ // no hope in responding

3

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

@@ -19,2 +19,3 @@ "contributors": [

"depd": "0.4.4",
"dethroy": "1.0.2",
"escape-html": "1.0.1",

@@ -21,0 +22,0 @@ "finished": "1.2.2",

@@ -6,2 +6,3 @@ # send

[![Coverage Status](https://img.shields.io/coveralls/visionmedia/send.svg?branch=master)](https://coveralls.io/r/visionmedia/send)
[![Gittip](http://img.shields.io/gittip/dougwilson.svg)](https://www.gittip.com/dougwilson/)

@@ -8,0 +9,0 @@ Send is Connect's `static()` extracted for generalized use, a streaming static file

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc