Socket
Socket
Sign inDemoInstall

send

Package Overview
Dependencies
10
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.2 to 0.8.3

7

History.md

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

0.8.3 / 2014-08-16
==================
* deps: destroy@1.0.3
- renamed from dethroy
* deps: on-finished@2.1.0
0.8.2 / 2014-08-14

@@ -2,0 +9,0 @@ ==================

4

lib/send.js

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

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

@@ -17,3 +17,2 @@ , parseRange = require('range-parser')

, http = require('http')
, onFinished = require('finished')
, fs = require('fs')

@@ -25,2 +24,3 @@ , normalize = path.normalize

var ms = require('ms');
var onFinished = require('on-finished')

@@ -27,0 +27,0 @@ /**

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

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

"depd": "0.4.4",
"dethroy": "1.0.2",
"destroy": "1.0.3",
"escape-html": "1.0.1",
"finished": "1.2.2",
"fresh": "0.2.2",
"mime": "1.2.11",
"ms": "0.6.2",
"on-finished": "2.1.0",
"range-parser": "~1.0.0"

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