Comparing version 3.0.0 to 3.0.1
@@ -76,5 +76,5 @@ /** | ||
// a//b/c ==> a/b/c | ||
// //a//b/c ==> a/b/c | ||
// //a/b/c ==> /a/b/c | ||
// a///b/////c ==> a/b/c | ||
path = path.replace(/\/{2,}/g, '/'); | ||
path = path.replace(/(^|[^:])\/{2,}/g, '$1/'); | ||
@@ -81,0 +81,0 @@ // Transfer path |
{ | ||
"name": "file-send", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A http file send", | ||
@@ -5,0 +5,0 @@ "author": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
64215
3