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.1-fix-d3-dispatch-usage.0 to 2.0.1-fix-d3-dispatch-usage.1

6

lib/address.js

@@ -1171,6 +1171,6 @@ (function webpackUniversalModuleDefinition(root, factory) {

function redispatch() {
var dispatch = dispatch.apply(null, dispatchers.reduce(types, []))
var dispatcher = dispatch.apply(null, dispatchers.reduce(types, []))
dispatchers.forEach(proxyEvents)
return dispatch
return dispatcher

@@ -1180,3 +1180,3 @@ function proxyEvents(d) {

function proxyEvent(type) {
d.dispatcher.on(type + '.redispatch', dispatch[type])
d.dispatcher.on(type + '.redispatch', dispatcher[type])
}

@@ -1183,0 +1183,0 @@ }

{
"name": "@zambezi/address",
"version": "2.0.1-fix-d3-dispatch-usage.0",
"version": "2.0.1-fix-d3-dispatch-usage.1",
"description": "API for nap resources",

@@ -5,0 +5,0 @@ "main": "lib/address.js",

@@ -0,0 +0,0 @@ # Address

Sorry, the diff of this file is not supported yet

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