Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "vega", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "The Vega visualization grammar.", | ||
@@ -40,6 +40,6 @@ "keywords": [ | ||
"topojson": "^1.6.19", | ||
"vega-dataflow": "^1.2.3", | ||
"vega-dataflow": "^1.2.4", | ||
"vega-expression": "^1.0.3", | ||
"vega-logging": "^1.0.1", | ||
"vega-scenegraph": "^1.0.8", | ||
"vega-scenegraph": "^1.0.9", | ||
"yargs": "^3.15.0" | ||
@@ -46,0 +46,0 @@ }, |
@@ -98,3 +98,3 @@ var d3 = require('d3'), | ||
function extendEvent(evt, item) { | ||
var mouse = d3.mouse((d3.event=evt, view._el)), | ||
var mouse = d3.mouse((d3.event=evt, view.renderer().scene())), | ||
pad = view.padding(), | ||
@@ -101,0 +101,0 @@ names = {}, mark, group, i; |
@@ -56,3 +56,3 @@ var dl = require('datalib'), | ||
return this.router(true); | ||
return this.router(true).produces(true); | ||
} | ||
@@ -59,0 +59,0 @@ |
@@ -17,3 +17,3 @@ var df = require('vega-dataflow'), | ||
return this.router(true); | ||
return this.router(true).produces(true); | ||
} | ||
@@ -20,0 +20,0 @@ |
@@ -21,3 +21,3 @@ var df = require('vega-dataflow'), | ||
return this.router(true); | ||
return this.router(true).produces(true); | ||
} | ||
@@ -24,0 +24,0 @@ |
@@ -22,3 +22,3 @@ var Transform = require('./Transform'), | ||
this._pipeline = []; | ||
Aggregate.call(this, graph); | ||
return Aggregate.call(this, graph); | ||
} | ||
@@ -25,0 +25,0 @@ |
@@ -15,3 +15,3 @@ var df = require('vega-dataflow'), | ||
return this.router(true); | ||
return this.router(true).produces(true); | ||
} | ||
@@ -18,0 +18,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
6
11
1664462
30701
Updatedvega-dataflow@^1.2.4
Updatedvega-scenegraph@^1.0.9