Comparing version 0.0.3 to 0.0.4
@@ -23,3 +23,3 @@ "use strict"; | ||
return to; | ||
var hash = to.hash, pathname = to.pathname, _a = to.query, query = _a === void 0 ? {} : _a, _b = to.search, search = _b === void 0 ? '' : _b; | ||
var _a = to.hash, hash = _a === void 0 ? '' : _a, _b = to.pathname, pathname = _b === void 0 ? '' : _b, _c = to.query, query = _c === void 0 ? {} : _c, _d = to.search, search = _d === void 0 ? '' : _d; | ||
var searchObject = qs_1.default.parse(search.replace(/^\?/, '')); | ||
@@ -26,0 +26,0 @@ var mergedSearch = __assign(__assign({}, searchObject), query); |
{ | ||
"name": "k-history", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
33575