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.1.0-real-urls.2 to 2.1.0-real-urls.3

12

lib/address.js

@@ -806,5 +806,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

if (actual) {
var state = { base: base, path: actual }
dispatcher.statechange(state)
return state
dispatcher.statechange(actual)
return actual
} else {

@@ -864,4 +863,3 @@ return false

if (actual) {
var state = { base: base, path: actual, target: a }
dispatcher.statechange(state)
dispatcher.statechange(actual)
}

@@ -883,7 +881,5 @@ }

}
} else {
var state = { base: base, path: rebase(path).slice(base.length) }
}
dispatcher.statechange(state)
dispatcher.statechange(rebase(path).slice(base.length))
}

@@ -890,0 +886,0 @@

{
"name": "@zambezi/address",
"version": "2.1.0-real-urls.2",
"version": "2.1.0-real-urls.3",
"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