Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zambezi/address

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zambezi/address - npm Package Compare versions

Comparing version 2.0.2-url-parsing.1 to 2.0.2-url-parsing.2

19

lib/address.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc