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

blessed-contrib

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blessed-contrib - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

4

lib/widget/charts/bar.js

@@ -72,2 +72,4 @@ var blessed = require('blessed')

c.fillStyle = 'white';
if (this.options.labelColor)
c.fillStyle = this.options.labelColor;
if (this.options.showText)

@@ -95,2 +97,2 @@ c.fillText(bar.titles[i], x + 1, this.canvasSize.height - 3);

module.exports = Bar
module.exports = Bar
{
"name": "blessed-contrib",
"version": "2.3.1",
"version": "2.3.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,5 @@ ## blessed-contrib

You should also [check WOPR](https://github.com/yaronn/wopr): a markup for creating terminal reports, presentations and infographics.
**Contributors:**

@@ -10,0 +12,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