vega-dataflow
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "vega-dataflow", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Vega streaming dataflow graph.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -140,3 +140,3 @@ var DEPS = require('./Dependencies').ALL, | ||
cur._rank = g.rank(); | ||
q.push.apply(q, cur.listeners()); | ||
q.unshift.apply(q, cur.listeners()); | ||
} | ||
@@ -143,0 +143,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
520771