+1
-1
@@ -27,3 +27,3 @@ 'use strict' | ||
| serialize ({ protocol, pathname, search = '', hash = '', drive }) { | ||
| serialize ({ protocol = PEAR, pathname, search = '', hash = '', drive }) { | ||
| if (protocol === FILE) return `${protocol}//${pathname}${search}${hash}` | ||
@@ -30,0 +30,0 @@ |
+4
-4
| { | ||
| "name": "pear-link", | ||
| "version": "4.1.0", | ||
| "version": "4.1.1", | ||
| "description": "Parse Pear Links", | ||
@@ -33,4 +33,3 @@ "main": "index.js", | ||
| "pear-aliases": "^1.0.0", | ||
| "pear-errors": "^1.0.0", | ||
| "which-runtime": "^1.2.1" | ||
| "pear-errors": "^1.0.0" | ||
| }, | ||
@@ -41,4 +40,5 @@ "devDependencies": { | ||
| "standard": "^17.1.0", | ||
| "url-file-url": "^1.0.5" | ||
| "url-file-url": "^1.0.5", | ||
| "which-runtime": "^1.2.1" | ||
| } | ||
| } |
19206
0.04%3
-25%5
25%- Removed
- Removed