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.8433.b12aa58.0 to 5.5.1--canary.8451.27cf784.0

25

build/package.json

@@ -88,4 +88,4 @@ {

"@auto-it/first-time-contributor": "^10.37.6",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",

@@ -96,3 +96,3 @@ "@rollup/plugin-alias": "^3.1.9",

"@rollup/plugin-json": "^4.1.0",
"@types/jest": "^29.1.1",
"@types/jest": "^27.4.1",
"@rollup/plugin-node-resolve": "^14.1.0",

@@ -103,4 +103,4 @@ "@types/chai": "^4.3.3",

"@types/pako": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"ajv": "^8.11.0",

@@ -114,3 +114,3 @@ "ajv-formats": "^2.1.1",

"del-cli": "^5.0.0",
"eslint": "^8.24.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",

@@ -120,3 +120,3 @@ "eslint-plugin-jest": "^27.0.4",

"gh-pages": "^4.0.0",
"jest": "^29.1.2",
"jest": "^27.5.1",
"highlight.js": "^11.6.0",

@@ -134,7 +134,7 @@ "jest-dev-server": "^6.1.1",

"terser": "^5.15.0",
"ts-jest": "^29.0.3",
"ts-json-schema-generator": "^1.1.2",
"ts-jest": "^29.0.1",
"ts-json-schema-generator": "^1.1.1",
"vega-cli": "^5.22.1",
"typescript": "~4.8.4",
"vega-datasets": "~2.5.0",
"typescript": "~4.8.3",
"vega-datasets": "~2.5.1",
"vega-embed": "^6.21.0",

@@ -146,3 +146,2 @@ "vega-tooltip": "^0.28.0",

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

@@ -156,3 +155,3 @@ "fast-deep-equal": "~3.1.3",

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

@@ -159,0 +158,0 @@ "peerDependencies": {

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

const unionWith = convertDomainIfItIsDateTime(domain.unionWith, type, timeUnit);
return makeExplicit([...defaultDomain.value, ...unionWith]);
return makeExplicit([...unionWith, ...defaultDomain.value]);
}

@@ -167,0 +167,0 @@ else if (isSignalRef(domain)) {

@@ -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.8433.b12aa58.0",
"version": "5.5.1--canary.8451.27cf784.0",
"collaborators": [

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

"@auto-it/first-time-contributor": "^10.37.6",
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",

@@ -96,3 +96,3 @@ "@rollup/plugin-alias": "^3.1.9",

"@rollup/plugin-json": "^4.1.0",
"@types/jest": "^29.1.1",
"@types/jest": "^27.4.1",
"@rollup/plugin-node-resolve": "^14.1.0",

@@ -103,4 +103,4 @@ "@types/chai": "^4.3.3",

"@types/pako": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"ajv": "^8.11.0",

@@ -114,3 +114,3 @@ "ajv-formats": "^2.1.1",

"del-cli": "^5.0.0",
"eslint": "^8.24.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",

@@ -120,3 +120,3 @@ "eslint-plugin-jest": "^27.0.4",

"gh-pages": "^4.0.0",
"jest": "^29.1.2",
"jest": "^27.5.1",
"highlight.js": "^11.6.0",

@@ -134,7 +134,7 @@ "jest-dev-server": "^6.1.1",

"terser": "^5.15.0",
"ts-jest": "^29.0.3",
"ts-json-schema-generator": "^1.1.2",
"ts-jest": "^29.0.1",
"ts-json-schema-generator": "^1.1.1",
"vega-cli": "^5.22.1",
"typescript": "~4.8.4",
"vega-datasets": "~2.5.0",
"typescript": "~4.8.3",
"vega-datasets": "~2.5.1",
"vega-embed": "^6.21.0",

@@ -146,3 +146,2 @@ "vega-tooltip": "^0.28.0",

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

@@ -156,3 +155,3 @@ "fast-deep-equal": "~3.1.3",

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

@@ -159,0 +158,0 @@ "peerDependencies": {

@@ -254,3 +254,3 @@ import {SignalRef} from 'vega';

return makeExplicit([...defaultDomain.value, ...unionWith]);
return makeExplicit([...unionWith, ...defaultDomain.value]);
} else if (isSignalRef(domain)) {

@@ -257,0 +257,0 @@ return makeExplicit([domain]);

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