noflo-assembly
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -134,3 +134,3 @@ "use strict"; | ||
if (typeof this.relay === 'function') { | ||
const func = /** @type {RelayFunction} */ (this.relay); | ||
const func = /** @type {RelayFunction} */ (this.relay.bind(this)); | ||
this.process((input, output) => { | ||
@@ -137,0 +137,0 @@ if (!input.hasData('in')) { |
{ | ||
"name": "noflo-assembly", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Industrial approach to writing NoFlo applications", | ||
@@ -39,5 +39,5 @@ "main": "index.js", | ||
"noflo": "^1.4.2", | ||
"noflo-wrapper": "^0.4.1", | ||
"noflo-wrapper": "^0.5.0", | ||
"typescript": "^4.1.2" | ||
} | ||
} |
@@ -138,3 +138,3 @@ import { Component as NoFloComponent } from 'noflo'; | ||
if (typeof this.relay === 'function') { | ||
const func = /** @type {RelayFunction} */ (this.relay); | ||
const func = /** @type {RelayFunction} */ (this.relay.bind(this)); | ||
this.process((input, output) => { | ||
@@ -141,0 +141,0 @@ if (!input.hasData('in')) { return; } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
47919
0