Socket
Socket
Sign inDemoInstall

vega-lite

Package Overview
Dependencies
Maintainers
4
Versions
470
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.5.1--canary.3928d97.0 to 5.5.1--canary.c03b7dc.0

61

build/package.json

@@ -86,40 +86,40 @@ {

"devDependencies": {
"@auto-it/conventional-commits": "^10.34.1",
"@auto-it/first-time-contributor": "^10.34.1",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@auto-it/conventional-commits": "^10.37.6",
"@auto-it/first-time-contributor": "^10.37.6",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/chai": "^4.3.0",
"@types/d3": "^7.1.0",
"@types/jest": "^27.4.1",
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/chai": "^4.3.3",
"@types/d3": "^7.4.0",
"@types/mkdirp": "^1.0.2",
"@types/pako": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"ajv": "^8.10.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"auto": "^10.34.1",
"auto": "^10.37.6",
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"cheerio": "^1.0.0-rc.12",
"conventional-changelog-cli": "^2.2.2",
"d3": "^7.4.4",
"d3": "^7.6.1",
"del-cli": "^5.0.0",
"eslint": "^8.11.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-prettier": "^4.2.1",
"gh-pages": "^4.0.0",
"highlight.js": "^11.5.0",
"jest": "^27.5.1",
"jest-dev-server": "^6.0.3",
"highlight.js": "^11.6.0",
"jest-dev-server": "^6.1.1",
"mkdirp": "^1.0.4",
"pako": "^2.0.4",
"prettier": "^2.5.1",
"prettier": "^2.7.1",
"puppeteer": "^15.0.0",
"rollup": "^2.70.1",
"rollup": "^2.79.1",
"rollup-plugin-bundle-size": "^1.0.3",

@@ -129,9 +129,9 @@ "rollup-plugin-sourcemaps": "^0.6.3",

"serve": "^14.0.1",
"terser": "^5.12.1",
"ts-jest": "^27.1.3",
"ts-json-schema-generator": "^1.0.0",
"vega-cli": "^5.22.0",
"typescript": "~4.8.2",
"vega-datasets": "~2.4.0",
"vega-embed": "^6.20.8",
"terser": "^5.15.0",
"ts-jest": "^29.0.1",
"ts-json-schema-generator": "^1.1.1",
"vega-cli": "^5.22.1",
"typescript": "~4.8.3",
"vega-datasets": "~2.5.1",
"vega-embed": "^6.21.0",
"vega-tooltip": "^0.28.0",

@@ -142,3 +142,2 @@ "yaml-front-matter": "^4.1.1"

"@types/clone": "~2.1.1",
"array-flat-polyfill": "^1.0.1",
"clone": "~2.1.2",

@@ -152,3 +151,3 @@ "fast-deep-equal": "~3.1.3",

"vega-util": "~1.17.0",
"yargs": "~17.5.1"
"yargs": "~17.6.0"
},

@@ -155,0 +154,0 @@ "peerDependencies": {

import { Orientation } from 'vega';
import { Encoding } from '../encoding';
import { MarkInvalid } from '../mark';
import { MarkInvalidMixins } from '../mark';
import { NormalizerParams } from '../normalize';

@@ -25,3 +25,3 @@ import { GenericUnitSpec, NormalizedLayerSpec } from '../spec';

}
export declare type BoxPlotDef = GenericCompositeMarkDef<BoxPlot> & BoxPlotConfig & MarkInvalid & {
export declare type BoxPlotDef = GenericCompositeMarkDef<BoxPlot> & BoxPlotConfig & MarkInvalidMixins & {
/**

@@ -28,0 +28,0 @@ * Type of the mark. For box plots, this should always be `"boxplot"`.

@@ -43,3 +43,3 @@ var __rest = (this && this.__rest) || function (s, e) {

config);
const invalid = markDef.invalid || null; //|| null to respect the existed default behavior
const invalid = markDef.invalid;
const boxPlotType = getBoxPlotType(extent);

@@ -46,0 +46,0 @@ const { bins, timeUnits, transform, continuousAxisChannelDef, continuousAxis, groupby, aggregate, encodingWithoutContinuousAxis, ticksOrient, boxOrient, customTooltipWithoutAggregatedField } = boxParams(spec, extent, config);

@@ -60,3 +60,3 @@ import { Align, Color, Gradient, MarkConfig as VgMarkConfig, Orientation, SignalRef, TextBaseline } from 'vega';

export declare type Hide = 'hide';
export interface MarkInvalid {
export interface MarkInvalidMixins {
/**

@@ -69,3 +69,3 @@ * Defines how Vega-Lite should handle marks for invalid values (`null` and `NaN`).

}
export interface VLOnlyMarkConfig<ES extends ExprRef | SignalRef> extends ColorMixins<ES>, MarkInvalid {
export interface VLOnlyMarkConfig<ES extends ExprRef | SignalRef> extends ColorMixins<ES>, MarkInvalidMixins {
/**

@@ -72,0 +72,0 @@ * Whether the mark's color should be used as fill color instead of stroke color.

@@ -1,2 +0,1 @@

import 'array-flat-polyfill';
import { default as clone_ } from 'clone';

@@ -3,0 +2,0 @@ import stableStringify from 'fast-json-stable-stringify';

@@ -1,2 +0,1 @@

import 'array-flat-polyfill';
import { default as clone_ } from 'clone';

@@ -3,0 +2,0 @@ import deepEqual_ from 'fast-deep-equal';

{
"name": "vega-lite",
"author": "Dominik Moritz, Kanit \"Ham\" Wongsuphasawat, Arvind Satyanarayan, Jeffrey Heer",
"version": "5.5.1--canary.3928d97.0",
"version": "5.5.1--canary.c03b7dc.0",
"collaborators": [

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

"devDependencies": {
"@auto-it/conventional-commits": "^10.34.1",
"@auto-it/first-time-contributor": "^10.34.1",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@auto-it/conventional-commits": "^10.37.6",
"@auto-it/first-time-contributor": "^10.37.6",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/chai": "^4.3.0",
"@types/d3": "^7.1.0",
"@types/jest": "^27.4.1",
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/chai": "^4.3.3",
"@types/d3": "^7.4.0",
"@types/mkdirp": "^1.0.2",
"@types/pako": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"ajv": "^8.10.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"auto": "^10.34.1",
"auto": "^10.37.6",
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.10",
"cheerio": "^1.0.0-rc.12",
"conventional-changelog-cli": "^2.2.2",
"d3": "^7.4.4",
"d3": "^7.6.1",
"del-cli": "^5.0.0",
"eslint": "^8.11.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-prettier": "^4.2.1",
"gh-pages": "^4.0.0",
"highlight.js": "^11.5.0",
"jest": "^27.5.1",
"jest-dev-server": "^6.0.3",
"highlight.js": "^11.6.0",
"jest-dev-server": "^6.1.1",
"mkdirp": "^1.0.4",
"pako": "^2.0.4",
"prettier": "^2.5.1",
"prettier": "^2.7.1",
"puppeteer": "^15.0.0",
"rollup": "^2.70.1",
"rollup": "^2.79.1",
"rollup-plugin-bundle-size": "^1.0.3",

@@ -129,9 +129,9 @@ "rollup-plugin-sourcemaps": "^0.6.3",

"serve": "^14.0.1",
"terser": "^5.12.1",
"ts-jest": "^27.1.3",
"ts-json-schema-generator": "^1.0.0",
"vega-cli": "^5.22.0",
"typescript": "~4.8.2",
"vega-datasets": "~2.4.0",
"vega-embed": "^6.20.8",
"terser": "^5.15.0",
"ts-jest": "^29.0.1",
"ts-json-schema-generator": "^1.1.1",
"vega-cli": "^5.22.1",
"typescript": "~4.8.3",
"vega-datasets": "~2.5.1",
"vega-embed": "^6.21.0",
"vega-tooltip": "^0.28.0",

@@ -142,3 +142,2 @@ "yaml-front-matter": "^4.1.1"

"@types/clone": "~2.1.1",
"array-flat-polyfill": "^1.0.1",
"clone": "~2.1.2",

@@ -152,3 +151,3 @@ "fast-deep-equal": "~3.1.3",

"vega-util": "~1.17.0",
"yargs": "~17.5.1"
"yargs": "~17.6.0"
},

@@ -155,0 +154,0 @@ "peerDependencies": {

@@ -7,3 +7,3 @@ import {Orientation} from 'vega';

import * as log from '../log';
import {isMarkDef, MarkDef, MarkInvalid} from '../mark';
import {isMarkDef, MarkDef, MarkInvalidMixins} from '../mark';
import {NormalizerParams} from '../normalize';

@@ -51,3 +51,3 @@ import {GenericUnitSpec, NormalizedLayerSpec, NormalizedUnitSpec} from '../spec';

BoxPlotConfig &
MarkInvalid & {
MarkInvalidMixins & {
/**

@@ -108,3 +108,3 @@ * Type of the mark. For box plots, this should always be `"boxplot"`.

const invalid = markDef.invalid || null; //|| null to respect the existed default behavior
const invalid = markDef.invalid;

@@ -111,0 +111,0 @@ const boxPlotType = getBoxPlotType(extent);

@@ -78,3 +78,3 @@ import {Align, Color, Gradient, MarkConfig as VgMarkConfig, Orientation, SignalRef, TextBaseline} from 'vega';

export interface MarkInvalid {
export interface MarkInvalidMixins {
/**

@@ -88,3 +88,3 @@ * Defines how Vega-Lite should handle marks for invalid values (`null` and `NaN`).

export interface VLOnlyMarkConfig<ES extends ExprRef | SignalRef> extends ColorMixins<ES>, MarkInvalid {
export interface VLOnlyMarkConfig<ES extends ExprRef | SignalRef> extends ColorMixins<ES>, MarkInvalidMixins {
/**

@@ -91,0 +91,0 @@ * Whether the mark's color should be used as fill color instead of stroke color.

@@ -1,2 +0,1 @@

import 'array-flat-polyfill';
import {default as clone_} from 'clone';

@@ -3,0 +2,0 @@ import deepEqual_ from 'fast-deep-equal';

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

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc