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

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 1.1.0 to 1.2.0

README.md~

2

package.json
{
"name": "gauge",
"version": "1.1.0",
"version": "1.2.0",
"description": "A terminal based horizontal guage",

@@ -5,0 +5,0 @@ "main": "progress-bar.js",

@@ -63,2 +63,10 @@ "use strict"

ProgressBar.prototype.setTheme = function(theme) {
this.theme = theme
}
ProgressBar.prototype.setTemplate = function(template) {
this.template = template
}
ProgressBar.prototype.disable = function() {

@@ -65,0 +73,0 @@ this.hide()

@@ -84,2 +84,10 @@ gauge

### `gauge.setTheme(theme)`
Change the active theme, will be displayed with the next show or pulse
### `gauge.setTemplate(template)`
Change the active template, will be displayed with the next show or pulse
### Theme Objects

@@ -86,0 +94,0 @@

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