Socket
Socket
Sign inDemoInstall

vertical-meter

Package Overview
Dependencies
7
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.2.0

6

index.js
'use strict';
var rateMap = require('rate-map');
const rateMap = require('rate-map');
var contents = ['⠀', '⣀', '⣤', '⣶', '⣿'];
var MAX = contents.length - 1;
const contents = ['⠀', '⣀', '⣤', '⣶', '⣿'];
const MAX = contents.length - 1;

@@ -8,0 +8,0 @@ module.exports = function verticalMeter(val) {

{
"name": "vertical-meter",
"version": "0.1.1",
"version": "0.2.0",
"description": "Generate a dotted vertical bar whose height depends on the given value",

@@ -40,7 +40,4 @@ "repository": "shinnn/vertical-meter",

"eslintConfig": {
"extends": "@shinnn/node",
"rules": {
"no-var": "off"
}
"extends": "@shinnn/node"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc