Socket
Socket
Sign inDemoInstall

vega-lite-api

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-lite-api - npm Package Compare versions

Comparing version 5.0.0 to 5.6.0

.github/dependabot.yml

18

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

@@ -28,11 +28,11 @@ "keywords": [

"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"eslint": "^7.22.0",
"rimraf": "^3.0.2",
"rollup": "^2.42.4",
"tape": "^5.2.2",
"terser": "^5.6.1",
"vega": "^5.20.0",
"vega-lite": "^5.0.0"
"@rollup/plugin-json": "^6.0.0",
"eslint": "^8.33.0",
"rimraf": "^4.1.2",
"rollup": "^3.14.0",
"tape": "^5.6.3",
"terser": "^5.16.3",
"vega": "^5.22.1",
"vega-lite": "^5.6.0"
}
}
# Vega-Lite API <a href="https://vega.github.io/vega-lite/"><img align="right" src="https://github.com/vega/logos/blob/master/assets/VL_Color@64.png?raw=true" height="38" /></a>
[![npm version](https://img.shields.io/npm/v/vega-lite-api.svg)](https://www.npmjs.com/package/vega-lite-api)
[![Build Status](https://github.com/vega/vega-lite-api/workflows/Test/badge.svg)](https://github.com/vega/vega-lite-api/actions)

@@ -4,0 +5,0 @@

@@ -52,12 +52,2 @@ import {BaseObject, assign, copy, get, init, set} from './__util__';

type(value) {
if (arguments.length) {
const obj = copy(this);
set(obj, "type", value);
return obj;
} else {
return get(this, "type");
}
}
}

@@ -64,0 +54,0 @@

@@ -33,13 +33,2 @@ import {BaseObject, assign, copy, flat, get, init, set} from './__util__';

fields(...value) {
if (arguments.length) {
const obj = copy(this);
value = flat(value);
set(obj, "fields", value);
return obj;
} else {
return get(this, "fields");
}
}
mark(value) {

@@ -46,0 +35,0 @@ if (arguments.length) {

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

export {xError2} from "./xError2";
export {xOffset} from "./xOffset";
export {y} from "./y";

@@ -85,2 +86,3 @@ export {y2} from "./y2";

export {yError2} from "./yError2";
export {yOffset} from "./yOffset";
export {projection} from "./projection";

@@ -87,0 +89,0 @@ export {field} from "./field";

@@ -75,12 +75,2 @@ import {BaseObject, copy, flat, get, init, set} from './__util__';

type(value) {
if (arguments.length) {
const obj = copy(this);
set(obj, "type", value);
return obj;
} else {
return get(this, "type");
}
}
}

@@ -87,0 +77,0 @@

@@ -75,12 +75,2 @@ import {BaseObject, copy, flat, get, init, set} from './__util__';

type(value) {
if (arguments.length) {
const obj = copy(this);
set(obj, "type", value);
return obj;
} else {
return get(this, "type");
}
}
}

@@ -87,0 +77,0 @@

@@ -34,13 +34,2 @@ import {BaseObject, copy, flat, get, id, init, isEventTarget, nest, raw, set} from './__util__';

fields(...value) {
if (arguments.length) {
const obj = copy(this);
value = flat(value);
set(obj, "fields", value);
return obj;
} else {
return get(this, "fields");
}
}
mark(value) {

@@ -47,0 +36,0 @@ if (arguments.length) {

@@ -84,12 +84,2 @@ import {BaseObject, copy, get, init, set} from './__util__';

type(value) {
if (arguments.length) {
const obj = copy(this);
set(obj, "type", value);
return obj;
} else {
return get(this, "type");
}
}
}

@@ -96,0 +86,0 @@

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

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