Socket
Socket
Sign inDemoInstall

gauge

Package Overview
Dependencies
11
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.4 to 5.0.0

19

package.json
{
"name": "gauge",
"version": "4.0.4",
"version": "5.0.0",
"description": "A terminal based horizontal gauge",

@@ -11,5 +11,2 @@ "main": "lib",

"lintfix": "npm run lint -- --fix",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",

@@ -46,4 +43,4 @@ "posttest": "npm run lint",

"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.0",
"readable-stream": "^3.6.0",
"@npmcli/template-oss": "4.5.1",
"readable-stream": "^4.0.0",
"tap": "^16.0.1"

@@ -56,3 +53,3 @@ },

"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},

@@ -63,8 +60,12 @@ "tap": {

"functions": 92,
"lines": 90
"lines": 90,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.0"
"version": "4.5.1"
}
}
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