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.0 to 0.16.1

5

HISTORY.md

@@ -0,1 +1,6 @@

0.16.1 / 2017-09-29
===================
* Fix regression in edge-case behavior for empty `path`
0.16.0 / 2017-09-27

@@ -2,0 +7,0 @@ ===================

4

index.js

@@ -533,3 +533,5 @@ /*!

// normalize
path = normalize('.' + sep + path)
if (path) {
path = normalize('.' + sep + path)
}

@@ -536,0 +538,0 @@ // malicious path

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

@@ -39,3 +39,3 @@ "contributors": [

"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.5.0",

@@ -42,0 +42,0 @@ "eslint-plugin-standard": "3.0.1",

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