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.0.1 to 1.0.2

4

CHANGES.md
NoFlo ChangeLog
===============
## 1.0.2 (November 17th 2017)
* Fix sub-subgraph identification in network events
## 1.0.1 (November 13th 2017)

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

2

lib/Network.js

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

}
data.subgraph = data.subgraph.unshift(node.id);
data.subgraph.unshift(node.id);
} else {

@@ -460,0 +460,0 @@ data.subgraph = [node.id];

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

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

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

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