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

ascii-horizontal-barchart

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ascii-horizontal-barchart - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

10

lib/chart.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }

@@ -19,3 +15,3 @@

var chart = exports.chart = function chart(data) {
var chart = function chart(data) {
var showValue = arguments.length <= 1 || arguments[1] === undefined ? false : arguments[1];

@@ -42,2 +38,4 @@ var maxBarLength = arguments.length <= 2 || arguments[2] === undefined ? 100 : arguments[2];

}).join('\n');
};
};
module.exports = chart;

2

package.json
{
"name": "ascii-horizontal-barchart",
"version": "1.3.2",
"version": "1.3.3",
"description": "Ascii horizontal bar chart",

@@ -5,0 +5,0 @@ "repository": {

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