Socket
Socket
Sign inDemoInstall

send

Package Overview
Dependencies
16
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.16.1 to 0.16.2

10

HISTORY.md

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

0.16.2 / 2018-02-07
===================
* Fix incorrect end tag in default error & redirects
* deps: depd@~1.1.2
- perf: remove argument reassignment
* deps: encodeurl@~1.0.2
- Fix encoding `%` as last character
* deps: statuses@~1.4.0
0.16.1 / 2017-09-29

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

2

index.js

@@ -975,3 +975,3 @@ /*!

'</body>\n' +
'<html>\n'
'</html>\n'
}

@@ -978,0 +978,0 @@

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

@@ -20,5 +20,5 @@ "contributors": [

"debug": "2.6.9",
"depd": "~1.1.1",
"depd": "~1.1.2",
"destroy": "~1.0.4",
"encodeurl": "~1.0.1",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",

@@ -32,3 +32,3 @@ "etag": "~1.8.1",

"range-parser": "~1.2.0",
"statuses": "~1.3.1"
"statuses": "~1.4.0"
},

@@ -39,6 +39,6 @@ "devDependencies": {

"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",

@@ -45,0 +45,0 @@ "istanbul": "0.4.5",

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

[![Test Coverage][coveralls-image]][coveralls-url]
[![Gratipay][gratipay-image]][gratipay-url]

@@ -309,3 +308,1 @@ Send is a library for streaming files from the file system as a http response

[downloads-url]: https://npmjs.org/package/send
[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg
[gratipay-url]: https://www.gratipay.com/dougwilson/
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