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

noflo

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noflo - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGES.md
NoFlo ChangeLog
===============
## 1.1.1 (February 19th 2018)
* Fixed `noflo.asComponent` handling of functions that return a `NULL`
## 1.1.0 (February 19th 2018)

@@ -5,0 +9,0 @@

2

lib/AsComponent.js

@@ -119,3 +119,3 @@ // NoFlo - Flow-Based Programming for JavaScript

res = func.apply(null, values);
if (typeof res === 'object' && typeof res.then === 'function') {
if (res && typeof res === 'object' && typeof res.then === 'function') {
// Result is a Promise, resolve and handle

@@ -122,0 +122,0 @@ res.then(function(val) {

@@ -11,3 +11,3 @@ {

"author": "Henri Bergius <henri.bergius@iki.fi>",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -14,0 +14,0 @@ "engines": {

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