Socket
Socket
Sign inDemoInstall

gauge

Package Overview
Dependencies
11
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.3 to 4.0.4

3

lib/index.js

@@ -94,4 +94,3 @@ 'use strict'

} else if (
theme &&
(Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null)
Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null
) {

@@ -98,0 +97,0 @@ var useUnicode = theme.hasUnicode == null ? hasUnicode() : theme.hasUnicode

{
"name": "gauge",
"version": "4.0.3",
"version": "4.0.4",
"description": "A terminal based horizontal gauge",

@@ -8,4 +8,4 @@ "main": "lib",

"test": "tap",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",

@@ -17,7 +17,7 @@ "preversion": "npm test",

"posttest": "npm run lint",
"template-copy": "npm-template-copy --force"
"template-oss-apply": "template-oss-apply --force"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/gauge"
"url": "https://github.com/npm/gauge.git"
},

@@ -46,12 +46,13 @@ "keywords": [

"devDependencies": {
"@npmcli/template-oss": "^2.9.2",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.0",
"readable-stream": "^3.6.0",
"tap": "^15.1.6"
"tap": "^16.0.1"
},
"files": [
"bin",
"lib"
"bin/",
"lib/"
],
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},

@@ -65,4 +66,5 @@ "tap": {

"templateOSS": {
"version": "2.9.2"
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.0"
}
}
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