Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vizabi/core

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizabi/core - npm Package Compare versions

Comparing version 1.22.0 to 1.23.0

6

dist/Dataframe.js

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

// http://vizabi.org v1.22.0 Copyright 2021 Jasper Heeffer and others at Gapminder Foundation
// http://vizabi.org v1.23.0 Copyright 2022 Jasper Heeffer and others at Gapminder Foundation
(function (global, factory) {

@@ -6,3 +6,3 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('mobx')) :

(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Dataframe = {}, global.mobx));
}(this, (function (exports, mobx) { 'use strict';
})(this, (function (exports, mobx) { 'use strict';

@@ -1556,3 +1556,3 @@ const directions = {

})));
}));
//# sourceMappingURL=Dataframe.js.map
{
"name": "@vizabi/core",
"version": "1.22.0",
"version": "1.23.0",
"description": "Vizabi core (data layer)",

@@ -64,4 +64,4 @@ "main": "dist/Vizabi.js",

"install-peers": "^1.0.3",
"jest": "^27.1.0",
"jest-cli": "^27.1.0",
"jest": "^27.4.7",
"jest-cli": "^27.4.7",
"mobx": "^5.15.7",

@@ -68,0 +68,0 @@ "mobx-formatters": "^1.0.2",

@@ -54,3 +54,3 @@ import { encoding } from './encoding';

} else {
value = this.scale.domain[0];
value = this.scale.domain.at(-1);
}

@@ -420,3 +420,3 @@ return value;

const frame = marker.encoding.frame;
if (frame?.splash) {
if (frame?.splash && frame?.config.value) {
const concept = resolveRef(frame.config.data.concept).value;

@@ -423,0 +423,0 @@ if (typeof concept == "string") {

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