Socket
Socket
Sign inDemoInstall

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 5.20.2 to 5.21.0

28

build/vega-node.js

@@ -65,3 +65,3 @@ 'use strict';

var name = "vega";
var version$1 = "5.20.2";
var version$1 = "5.21.0";
var description = "The Vega visualization grammar.";

@@ -99,12 +99,12 @@ var keywords = [

"vega-encode": "~4.8.3",
"vega-event-selector": "~2.0.6",
"vega-expression": "~4.0.1",
"vega-event-selector": "~3.0.0",
"vega-expression": "~5.0.0",
"vega-force": "~4.0.7",
"vega-format": "~1.0.4",
"vega-functions": "~5.12.0",
"vega-functions": "~5.12.1",
"vega-geo": "~4.3.8",
"vega-hierarchy": "~4.0.9",
"vega-label": "~1.0.0",
"vega-loader": "~4.4.0",
"vega-parser": "~6.1.3",
"vega-label": "~1.1.0",
"vega-loader": "~4.4.1",
"vega-parser": "~6.1.4",
"vega-projection": "~1.4.5",

@@ -115,7 +115,7 @@ "vega-regression": "~1.0.9",

"vega-scenegraph": "~4.9.4",
"vega-statistics": "~1.7.9",
"vega-statistics": "~1.7.10",
"vega-time": "~2.0.4",
"vega-transforms": "~4.9.4",
"vega-typings": "~0.21.0",
"vega-util": "~1.16.1",
"vega-typings": "~0.22.0",
"vega-util": "~1.17.0",
"vega-view": "~5.10.1",

@@ -129,3 +129,3 @@ "vega-view-transforms": "~4.5.8",

};
var gitHead = "e251dbc61ab6645689d9f349e7dd9d15ddb85bce";
var gitHead = "774165e29850b66ec8b79ba52a7955f1ab936ea6";
var pkg = {

@@ -338,3 +338,3 @@ name: name,

get: function () {
return vegaExpression.codegen;
return vegaExpression.codegenExpression;
}

@@ -345,3 +345,3 @@ });

get: function () {
return vegaExpression.parse;
return vegaExpression.parseExpression;
}

@@ -352,3 +352,3 @@ });

get: function () {
return vegaEventSelector.selector;
return vegaEventSelector.parseSelector;
}

@@ -355,0 +355,0 @@ });

@@ -27,7 +27,7 @@ import { extend } from 'vega-util';

export { context as runtimeContext } from 'vega-runtime';
export { codegen as codegenExpression, parse as parseExpression } from 'vega-expression';
export { selector as parseSelector } from 'vega-event-selector';
export { codegenExpression, parseExpression } from 'vega-expression';
export { parseSelector } from 'vega-event-selector';
var name = "vega";
var version$1 = "5.20.2";
var version$1 = "5.21.0";
var description = "The Vega visualization grammar.";

@@ -65,12 +65,12 @@ var keywords = [

"vega-encode": "~4.8.3",
"vega-event-selector": "~2.0.6",
"vega-expression": "~4.0.1",
"vega-event-selector": "~3.0.0",
"vega-expression": "~5.0.0",
"vega-force": "~4.0.7",
"vega-format": "~1.0.4",
"vega-functions": "~5.12.0",
"vega-functions": "~5.12.1",
"vega-geo": "~4.3.8",
"vega-hierarchy": "~4.0.9",
"vega-label": "~1.0.0",
"vega-loader": "~4.4.0",
"vega-parser": "~6.1.3",
"vega-label": "~1.1.0",
"vega-loader": "~4.4.1",
"vega-parser": "~6.1.4",
"vega-projection": "~1.4.5",

@@ -81,7 +81,7 @@ "vega-regression": "~1.0.9",

"vega-scenegraph": "~4.9.4",
"vega-statistics": "~1.7.9",
"vega-statistics": "~1.7.10",
"vega-time": "~2.0.4",
"vega-transforms": "~4.9.4",
"vega-typings": "~0.21.0",
"vega-util": "~1.16.1",
"vega-typings": "~0.22.0",
"vega-util": "~1.17.0",
"vega-view": "~5.10.1",

@@ -95,3 +95,3 @@ "vega-view-transforms": "~4.5.8",

};
var gitHead = "e251dbc61ab6645689d9f349e7dd9d15ddb85bce";
var gitHead = "774165e29850b66ec8b79ba52a7955f1ab936ea6";
var pkg = {

@@ -98,0 +98,0 @@ name: name,

@@ -92,8 +92,8 @@ // -- Transforms -----

export {
codegen as codegenExpression,
parse as parseExpression
codegenExpression,
parseExpression
} from 'vega-expression';
export {
selector as parseSelector
parseSelector
} from 'vega-event-selector';
{
"name": "vega",
"version": "5.20.2",
"version": "5.21.0",
"description": "The Vega visualization grammar.",

@@ -36,12 +36,12 @@ "keywords": [

"vega-encode": "~4.8.3",
"vega-event-selector": "~2.0.6",
"vega-expression": "~4.0.1",
"vega-event-selector": "~3.0.0",
"vega-expression": "~5.0.0",
"vega-force": "~4.0.7",
"vega-format": "~1.0.4",
"vega-functions": "~5.12.0",
"vega-functions": "~5.12.1",
"vega-geo": "~4.3.8",
"vega-hierarchy": "~4.0.9",
"vega-label": "~1.0.0",
"vega-loader": "~4.4.0",
"vega-parser": "~6.1.3",
"vega-label": "~1.1.0",
"vega-loader": "~4.4.1",
"vega-parser": "~6.1.4",
"vega-projection": "~1.4.5",

@@ -52,7 +52,7 @@ "vega-regression": "~1.0.9",

"vega-scenegraph": "~4.9.4",
"vega-statistics": "~1.7.9",
"vega-statistics": "~1.7.10",
"vega-time": "~2.0.4",
"vega-transforms": "~4.9.4",
"vega-typings": "~0.21.0",
"vega-util": "~1.16.1",
"vega-typings": "~0.22.0",
"vega-util": "~1.17.0",
"vega-view": "~5.10.1",

@@ -66,3 +66,3 @@ "vega-view-transforms": "~4.5.8",

},
"gitHead": "e251dbc61ab6645689d9f349e7dd9d15ddb85bce"
"gitHead": "774165e29850b66ec8b79ba52a7955f1ab936ea6"
}

Sorry, the diff of this file is too big to display

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

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

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

Sorry, the diff of this file is too big to display

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 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