New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

noflo-assembly

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noflo-assembly - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

index.js

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

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