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

react-gauge-component

Package Overview
Dependencies
Maintainers
1
Versions
46
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 0.9.1 to 0.9.2

2

dist/GaugeComponent/hooks/pointer.js

@@ -101,3 +101,3 @@ "use strict";

//Avoid unnecessary re-rendering (when progress is too small) but allow the pointer to reach the final value
var overFlow = currentPercent * 100 > maxValue || currentPercent * 100 < minValue;
var overFlow = currentPercent > 1 || currentPercent < 0;
var tooSmallValue = Math.abs(currentPercent - prevPercent) < 0.0001;

@@ -104,0 +104,0 @@ var sameValueAsBefore = currentPercent == prevPercent;

{
"name": "react-gauge-component",
"version": "0.9.1",
"version": "0.9.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/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