@zambezi/address
Advanced tools
Comparing version 2.1.0-real-urls.6 to 3.0.0-real-urls.0
@@ -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
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
96252
+ Addedlil-uri@0.2.0(transitive)
- Removedlil-uri@0.2.2(transitive)
Updatedlil-uri@0.2.0