Socket
Socket
Sign inDemoInstall

vega-lite

Package Overview
Dependencies
Maintainers
4
Versions
469
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-lite - npm Package Compare versions

Comparing version 5.6.0-next.5 to 5.6.0-next.6

2

build/package.json

@@ -92,3 +92,3 @@ {

"@rollup/plugin-alias": "^4.0.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^23.0.0",

@@ -95,0 +95,0 @@ "@rollup/plugin-json": "^4.1.0",

@@ -118,2 +118,6 @@ var __rest = (this && this.__rest) || function (s, e) {

}
// overlay line layer should be on the edge of area but passing y2/x2 makes
// it as "rule" mark so that it draws unwanted vertical/horizontal lines.
// point overlay also should not have y2/x2 as it does not support.
overlayEncoding = omit(overlayEncoding, ['y2', 'x2']);
if (lineOverlay) {

@@ -120,0 +124,0 @@ layer.push(Object.assign(Object.assign({}, (projection ? { projection } : {})), { mark: Object.assign(Object.assign({ type: 'line' }, pick(markDef, ['clip', 'interpolate', 'tension', 'tooltip'])), lineOverlay), encoding: overlayEncoding }));

{
"name": "vega-lite",
"author": "Dominik Moritz, Kanit \"Ham\" Wongsuphasawat, Arvind Satyanarayan, Jeffrey Heer",
"version": "5.6.0-next.5",
"version": "5.6.0-next.6",
"collaborators": [

@@ -92,3 +92,3 @@ "Kanit Wongsuphasawat (http://kanitw.yellowpigz.com)",

"@rollup/plugin-alias": "^4.0.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^23.0.0",

@@ -95,0 +95,0 @@ "@rollup/plugin-json": "^4.1.0",

@@ -146,2 +146,7 @@ import {SignalRef} from 'vega';

// overlay line layer should be on the edge of area but passing y2/x2 makes
// it as "rule" mark so that it draws unwanted vertical/horizontal lines.
// point overlay also should not have y2/x2 as it does not support.
overlayEncoding = omit(overlayEncoding, ['y2', 'x2']);
if (lineOverlay) {

@@ -148,0 +153,0 @@ layer.push({

Sorry, the diff of this file is not supported yet

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 not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc