Socket
Socket
Sign inDemoInstall

gauge

Package Overview
Dependencies
13
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.5.1

CHANGELOG.md~

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### v2.5.1
* Update to `signal-exit@3.0.0`, which fixes a compatibility bug with the
node profiler.
* [#39](https://github.com/iarna/gauge/pull/39) Fix tests on 0.10 and add
a missing devDependency. ([@helloyou2012](https://github.com/helloyou2012))
### v2.5.0

@@ -2,0 +9,0 @@

17

package.json
{
"name": "gauge",
"version": "2.5.0",
"version": "2.5.1",
"description": "A terminal based horizontal guage",

@@ -25,15 +25,16 @@ "main": "index.js",

"dependencies": {
"aproba": "^1.0.1",
"aproba": "^1.0.3",
"has-color": "^0.1.7",
"has-unicode": "^2.0.0",
"object-assign": "^4.0.1",
"signal-exit": "^2.1.2",
"object-assign": "^4.1.0",
"signal-exit": "^3.0.0",
"string-width": "^1.0.1",
"strip-ansi": "^3.0.0",
"strip-ansi": "^3.0.1",
"wide-align": "^1.1.0"
},
"devDependencies": {
"require-inject": "^1.3.1",
"standard": "^6.0.7",
"tap": "^5.6.0",
"readable-stream": "^2.0.6",
"require-inject": "^1.4.0",
"standard": "^7.1.2",
"tap": "^5.7.2",
"through2": "^2.0.0"

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