Socket
Socket
Sign inDemoInstall

react-gauge-component

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-gauge-component - npm Package Compare versions

Comparing version 1.1.32 to 1.1.33

6

dist/lib/GaugeComponent/hooks/labels.js

@@ -173,7 +173,7 @@ "use strict";

var addTick = function (tick, gauge) {
var _a, _b;
var _c = gauge.props, minValue = _c.minValue, maxValue = _c.maxValue, labels = _c.labels, arc = _c.arc;
var _a, _b, _c, _d;
var _e = gauge.props, minValue = _e.minValue, maxValue = _e.maxValue, labels = _e.labels, arc = _e.arc;
if (!((_b = (_a = labels === null || labels === void 0 ? void 0 : labels.tickLabels) === null || _a === void 0 ? void 0 : _a.defaultTickLineConfig) === null || _b === void 0 ? void 0 : _b.hide))
(0, exports.addTickLine)(tick, gauge);
if (!constants_1.default.debugTicksRadius) {
if (!constants_1.default.debugTicksRadius && !((_d = (_c = labels === null || labels === void 0 ? void 0 : labels.tickLabels) === null || _c === void 0 ? void 0 : _c.defaultTickValueConfig) === null || _d === void 0 ? void 0 : _d.hide)) {
(0, exports.addTickValue)(tick, gauge);

@@ -180,0 +180,0 @@ }

{
"name": "react-gauge-component",
"version": "1.1.32",
"version": "1.1.33",
"main": "dist/lib/index.js",

@@ -5,0 +5,0 @@ "module": "dist/lib/index.js",

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