New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gobble-cli

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gobble-cli - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

CHANGELOG.md
# changelog
## 0.4.1
* Fix logging bug with small terminals ([#13](https://github.com/gobblejs/gobble-cli/issues/13)))
## 0.4.0

@@ -4,0 +8,0 @@

4

lib/utils/logger.js

@@ -54,3 +54,5 @@ /*global console */

} else {
currentLine += new Array( numColumns - currentLine.length ).join( ' ' );
if ( numColumns - currentLine.length > 0 ) {
currentLine += new Array( numColumns - currentLine.length ).join( ' ' );
}
currentLine += '\n';

@@ -57,0 +59,0 @@ lines.push( currentLine );

{
"name": "gobble-cli",
"description": "Command line interface for gobble",
"version": "0.4.0",
"version": "0.4.1",
"author": "Rich Harris",

@@ -6,0 +6,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc