@endpass/utils
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "@endpass/utils", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Utils and helper functions", | ||
@@ -5,0 +5,0 @@ "author": "Endpass, Inc", |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var path = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ''; | ||
var lines = path.split('&'); | ||
var lines = path.replace(/^\?/, '').split('&'); | ||
var query = lines.reduce(function (map, line) { | ||
@@ -10,0 +10,0 @@ var values = line.split('='); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
303
12853