@zambezi/address
Advanced tools
Comparing version 2.0.2-url-parsing.1 to 2.0.2-url-parsing.2
@@ -693,3 +693,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
function parseQueryString(queryString) { | ||
function parseQueryString(queryString, decoder) { | ||
var sep = '&' | ||
@@ -1202,12 +1202,13 @@ , eq = '=' | ||
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = function() { | ||
return function(location) { | ||
return { | ||
statusCode : 302 | ||
, headers : { | ||
location : location | ||
} | ||
var __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_DEFINE_RESULT__ = function(require) { | ||
var uri = __webpack_require__(12) | ||
return function(location) { | ||
return { | ||
statusCode : 302 | ||
, headers : { | ||
location : uri(location, String).toString() | ||
} | ||
} | ||
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) | ||
} | ||
}.call(exports, __webpack_require__, exports, module), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) | ||
@@ -1214,0 +1215,0 @@ |
{ | ||
"name": "@zambezi/address", | ||
"version": "2.0.2-url-parsing.1", | ||
"version": "2.0.2-url-parsing.2", | ||
"description": "API for nap resources", | ||
@@ -5,0 +5,0 @@ "main": "lib/address.js", |
Sorry, the diff of this file is not supported yet
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
89518
1087