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

vizabi-barrankchart

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vizabi-barrankchart - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

7

build/barrankchart.js

@@ -208,3 +208,3 @@ // https://github.com/kuguarpwnz/vizabi-tool-bundler#readme v1.0.0 Copyright 2021 undefined

_updateLayoutProfile(){
this.services.layout.width + this.services.layout.height;
this.services.layout.size;

@@ -239,3 +239,4 @@ this.profileConstants = this.services.layout.getProfileConstants(PROFILE_CONSTANTS, PROFILE_CONSTANTS_FOR_PROJECTOR);

this.services.layout.width + this.services.layout.height + this.services.layout.projector;
this.services.layout.size;
this.services.layout.projector;

@@ -453,3 +454,3 @@ // header

//TODO this is ugly
const sizes = this.services.layout.width + this.services.layout.height + this.services.layout.projector;
const sizes = this.services.layout.size + this.services.layout.projector;
const sizeChanged = sizes !== this.sizes_1;

@@ -456,0 +457,0 @@ this.sizes_1 = sizes;

{
"name": "vizabi-barrankchart",
"version": "3.2.0",
"version": "3.2.1",
"description": "Bar rank chart tool for Vizabi 📊",
"scripts": {
"prepublish": "npm run build",
"link": "npm link ../vizabi-shared-components",

@@ -7,0 +8,0 @@ "start": "rollup -c",

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