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.21.2 to 1.22.0

src/core/encoding/facet.js

6

dist/Dataframe.js

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

// http://vizabi.org v1.21.2 Copyright 2021 Jasper Heeffer and others at Gapminder Foundation
// http://vizabi.org v1.22.0 Copyright 2021 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.21.2",
"version": "1.22.0",
"description": "Vizabi core (data layer)",

@@ -5,0 +5,0 @@ "main": "dist/Vizabi.js",

@@ -9,2 +9,3 @@ import { createStore } from '../genericStore'

import { aggregate } from './aggregate'
import { facet } from './facet'

@@ -17,3 +18,4 @@ export const encodingStore = createStore(encoding, {

repeat,
aggregate
aggregate,
facet
});

@@ -23,2 +23,3 @@ import { trace, computed, observable, toJS, autorun } from 'mobx';

"aggregate.aggregate",
//"facet.facet",
"frame.frameMap",

@@ -25,0 +26,0 @@ "frame.interpolate",

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