Comparing version 0.2.10 to 0.2.11
@@ -1216,3 +1216,5 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(this, /******/ (function(modules) { // webpackBootstrap | ||
keys.forEach(function (listenerName) { | ||
if ((0, _utils.isListenerNameMatch)(event, listenerName)) { | ||
var localisedListenerName = flow.namespace.localise(listenerName); | ||
var shouldDeliver = event.namespace.match(localisedListenerName); | ||
if (shouldDeliver) { | ||
var handlers = flow.on.listenerMap[listenerName]; | ||
@@ -1442,3 +1444,3 @@ listeners.push({ | ||
flow.version = ("0.2.10"); | ||
flow.version = ("0.2.11"); | ||
}; | ||
@@ -1445,0 +1447,0 @@ |
{ | ||
"name": "nflow", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "event/data/control flow", | ||
@@ -5,0 +5,0 @@ "main": "dist/nflow.js", |
@@ -38,3 +38,5 @@ import { ERRORS, UNSET, STATUS, DIRECTION_BITMASK } from '../consts' | ||
keys.forEach(listenerName=>{ | ||
if (isListenerNameMatch(event, listenerName)){ | ||
let localisedListenerName = flow.namespace.localise(listenerName) | ||
let shouldDeliver = event.namespace.match(localisedListenerName) | ||
if (shouldDeliver){ | ||
let handlers = flow.on.listenerMap[listenerName] | ||
@@ -41,0 +43,0 @@ listeners.push({ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
190617
3799
0