Socket
Socket
Sign inDemoInstall

vega-lite-api

Package Overview
Dependencies
0
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-beta.4 to 5.0.0-beta.5

2

package.json
{
"name": "vega-lite-api",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "A JavaScript API for Vega-Lite.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,2 +10,6 @@ export var _vegalite;

opt.view = Object.assign({}, _opt.view, ...viewopt);
if (opt.view.spec) {
opt.spec = opt.view.spec;
delete opt.view.spec;
}
return opt;

@@ -32,3 +36,3 @@ }

const spec = _vegalite.compile(createSpec(self), opt.config),
const spec = _vegalite.compile(opt.spec || createSpec(self), opt.config),
view = new _vega.View(_vega.parse(spec.spec), opt.view);

@@ -35,0 +39,0 @@

@@ -25,2 +25,3 @@ export {mark} from "./mark";

export {register} from "./__view__";
export {render} from "./__view__";
export {_vega as vega} from "./__view__";

@@ -27,0 +28,0 @@ export {_vegalite as vegalite} from "./__view__";

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc