New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vizabi/linechart

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizabi/linechart - npm Package Compare versions

Comparing version 3.7.3 to 3.7.4

6

build/linechart.js

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

// https://github.com/vizabi/linechart#readme v3.7.3 build 1631014687469 Copyright 2021 Gapminder Foundation and contributors
// https://github.com/vizabi/linechart#readme v3.7.4 build 1634118622696 Copyright 2021 Gapminder Foundation and contributors
(function (global, factory) {

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

.filter(entry => entry[0] != this.MDL.frame.data.concept)
.map(entry => entry[1])
.map(entry => VizabiSharedComponents.LegacyUtils.isNumber(entry[1]) ? (entry[0] + ": " + entry[1]) : entry[1])
.join(", ");

@@ -1352,3 +1352,3 @@ if (d.label != null) return "" + d.label;

LineChart.versionInfo = { version: "3.7.3", build: 1631014687469, package: {"homepage":"https://github.com/vizabi/linechart#readme","name":"@vizabi/linechart","description":"Vizabi line chart"}, sharedComponents: VizabiSharedComponents.versionInfo};
LineChart.versionInfo = { version: "3.7.4", build: 1634118622696, package: {"homepage":"https://github.com/vizabi/linechart#readme","name":"@vizabi/linechart","description":"Vizabi line chart"}, sharedComponents: VizabiSharedComponents.versionInfo};

@@ -1355,0 +1355,0 @@ return LineChart;

{
"name": "@vizabi/linechart",
"version": "3.7.3",
"version": "3.7.4",
"description": "Vizabi line chart",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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