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.1.8 to 0.1.9

44

dist/nflow.js

@@ -125,3 +125,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(this, /******/ (function(modules) { // webpackBootstrap

get: function get() {
return _cancellable.default;
return _interopRequireDefault(_cancellable).default;
}

@@ -135,3 +135,3 @@ });

get: function get() {
return _connect.default;
return _interopRequireDefault(_connect).default;
}

@@ -145,3 +145,3 @@ });

get: function get() {
return _create.default;
return _interopRequireDefault(_create).default;
}

@@ -155,3 +155,3 @@ });

get: function get() {
return _emit.default;
return _interopRequireDefault(_emit).default;
}

@@ -165,3 +165,3 @@ });

get: function get() {
return _identify.default;
return _interopRequireDefault(_identify).default;
}

@@ -175,3 +175,3 @@ });

get: function get() {
return _listen.default;
return _interopRequireDefault(_listen).default;
}

@@ -185,3 +185,3 @@ });

get: function get() {
return _loggable.default;
return _interopRequireDefault(_loggable).default;
}

@@ -195,3 +195,3 @@ });

get: function get() {
return _stateful.default;
return _interopRequireDefault(_stateful).default;
}

@@ -205,6 +205,8 @@ });

get: function get() {
return _get.default;
return _interopRequireDefault(_get).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/***/ },

@@ -501,5 +503,5 @@ /* 4 */

if (matcher == null) return [];
if (typeof matcher == "string") filter = function (f) {
if (typeof matcher == "string") filter = function filter(f) {
return f.name() == matcher;
};else if ((0, _utils.isFlow)(matcher)) filter = function (f) {
};else if ((0, _utils.isFlow)(matcher)) filter = function filter(f) {
return f == matcher;

@@ -538,3 +540,3 @@ };

if (!arguments.length) return flow.parent.value;
var parent = arguments.length <= 0 || arguments[0] === undefined ? undefined : arguments[0];
var parent = arguments.length <= 0 ? undefined : arguments[0];
parent && (0, _utils.assert)(!(0, _utils.isFlow)(parent), _consts.ERRORS.invalidParent, parent);

@@ -565,5 +567,5 @@ var previousParent = flow.parent();

var filter = matcher;
if (typeof matcher == "string") filter = function (f) {
if (typeof matcher == "string") filter = function filter(f) {
return f.name() == matcher;
};else if ((0, _utils.isFlow)(matcher)) filter = function (f) {
};else if ((0, _utils.isFlow)(matcher)) filter = function filter(f) {
return f == matcher;

@@ -826,3 +828,3 @@ };

get: function get() {
return _upstream.default;
return _interopRequireDefault(_upstream).default;
}

@@ -836,3 +838,3 @@ });

get: function get() {
return _none.default;
return _interopRequireDefault(_none).default;
}

@@ -846,3 +848,3 @@ });

get: function get() {
return _downstream.default;
return _interopRequireDefault(_downstream).default;
}

@@ -856,6 +858,8 @@ });

get: function get() {
return _default.default;
return _interopRequireDefault(_default).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/***/ },

@@ -1046,2 +1050,4 @@ /* 12 */

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };
var _consts = __webpack_require__(5);

@@ -1057,4 +1063,2 @@

function _typeof(obj) { return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; }
exports.default = function (flow) {

@@ -1061,0 +1065,0 @@ flow.on = function () {

{
"name": "nflow",
"version": "0.1.8",
"version": "0.1.9",
"description": "event/data/control flow",

@@ -5,0 +5,0 @@ "main": "dist/nflow.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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