Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nflow

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nflow - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

6

dist/nflow.js

@@ -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

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