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.6 to 3.0.0-real-urls.0

12

lib/address.js

@@ -1153,3 +1153,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

var _ = __webpack_require__(2)
, dispatch = __webpack_require__(17)
, dispatch = __webpack_require__(17).dispatch

@@ -1202,2 +1202,3 @@ return function createDispatcher(/* types */) {

/***/ },

@@ -1209,3 +1210,3 @@ /* 30 */

var _ = __webpack_require__(2)
, dispatch = __webpack_require__(17)
, dispatch = __webpack_require__(17).dispatch

@@ -1216,6 +1217,6 @@ return function redispatch() {

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

@@ -1225,3 +1226,3 @@ function proxyEvents(d) {

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

@@ -1256,2 +1257,3 @@ }

/***/ }

@@ -1258,0 +1260,0 @@ /******/ ])

{
"name": "@zambezi/address",
"version": "2.1.0-real-urls.6",
"version": "3.0.0-real-urls.0",
"description": "API for nap resources",

@@ -35,3 +35,3 @@ "main": "lib/address.js",

"d3-dispatch": "^0.2.6",
"lil-uri": "^0.2.0",
"lil-uri": "0.2.0",
"underscore": "^1.8.3"

@@ -38,0 +38,0 @@ },

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