Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vega

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

6

package.json
{
"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

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