Socket
Socket
Sign inDemoInstall

gauge

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gauge - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

CHANGELOG.md~

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### v2.3.1
* Fix a refactor bug in setTheme where it wasn't accepting the various types
of args it should.
### v2.3.0

@@ -2,0 +7,0 @@

2

index.js

@@ -93,3 +93,3 @@ 'use strict'

Gauge.prototype.setTheme = function (theme) {
this._gauge.setTheme(theme)
this._gauge.setTheme(this._computeTheme(theme))
if (this._showing) this._requestRedraw()

@@ -96,0 +96,0 @@ }

{
"name": "gauge",
"version": "2.3.0",
"version": "2.3.1",
"description": "A terminal based horizontal guage",

@@ -5,0 +5,0 @@ "main": "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