Socket
Socket
Sign inDemoInstall

gauge

Package Overview
Dependencies
11
Maintainers
7
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 4.0.0

lib/base-theme.js

66

package.json
{
"name": "gauge",
"version": "3.0.1",
"description": "A terminal based horizontal guage",
"main": "index.js",
"version": "4.0.0",
"description": "A terminal based horizontal gauge",
"main": "lib",
"scripts": {
"test": "standard && tap test/*.js --coverage"
"test": "tap",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
"posttest": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/iarna/gauge"
"url": "https://github.com/npm/gauge"
},

@@ -18,3 +26,3 @@ "keywords": [

],
"author": "Rebecca Turner <me@re-becca.org>",
"author": "GitHub Inc.",
"license": "ISC",

@@ -26,2 +34,3 @@ "bugs": {

"dependencies": {
"ansi-regex": "^5.0.1",
"aproba": "^1.0.3 || ^2.0.0",

@@ -31,39 +40,26 @@ "color-support": "^1.1.2",

"has-unicode": "^2.0.1",
"object-assign": "^4.1.1",
"signal-exit": "^3.0.0",
"string-width": "^1.0.1 || ^2.0.0",
"strip-ansi": "^3.0.1 || ^4.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.2"
},
"devDependencies": {
"readable-stream": "^2.0.6",
"require-inject": "^1.4.0",
"standard": "^11.0.1",
"tap": "^12.0.1",
"through2": "^2.0.0"
"@npmcli/template-oss": "^2.3.0",
"readable-stream": "^3.6.0",
"tap": "^15.0.10"
},
"files": [
"base-theme.js",
"CHANGELOG.md",
"error.js",
"has-color.js",
"index.js",
"LICENSE",
"package.json",
"plumbing.js",
"process.js",
"progress-bar.js",
"README.md",
"render-template.js",
"set-immediate.js",
"set-interval.js",
"spin.js",
"template-item.js",
"theme-set.js",
"themes.js",
"wide-truncate.js"
"bin",
"lib"
],
"engines": {
"node": ">=10"
}
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"tap": {
"branches": 79,
"statements": 89,
"functions": 92,
"lines": 90
},
"templateVersion": "2.3.0"
}

@@ -21,3 +21,3 @@ gauge

![](gauge-demo.gif)
![](./docs/gauge-demo.gif)

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