Socket
Socket
Sign inDemoInstall

send

Package Overview
Dependencies
4
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

5

History.md
0.0.3 / 2012-07-16
==================
* fix normalization of the root directory. Closes #3
0.0.2 / 2012-07-09

@@ -3,0 +8,0 @@ ==================

2

lib/send.js

@@ -113,3 +113,3 @@

SendStream.prototype.from = function(path){
this._root = path;
this._root = normalize(path);
return this;

@@ -116,0 +116,0 @@ };

{
"name": "send",
"version": "0.0.2",
"version": "0.0.3",
"description": "Better streaming static file server with Range and conditional-GET support",

@@ -5,0 +5,0 @@ "keywords": ["static", "file", "server"],

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