Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-cli-util - npm Package Compare versions

Comparing version 5.9.1 to 5.9.2

1

index.js

@@ -35,1 +35,2 @@ 'use strict';

exports.got = require('./lib/got');
exports.linewrap = require('./lib/linewrap');

2

package.json
{
"name": "heroku-cli-util",
"version": "5.9.1",
"version": "5.9.2",
"description": "Set of helpful CLI utilities",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -165,2 +165,19 @@ # heroku-cli-util

## Linewrap
Used to indent output with wrapping around words:
```js
cli.log(cli.linewrap(2, 10, 'this is text is longer than 10 characters'));
// Outputs:
//
// this
// text is
// longer
// than 10
// characters`);
```
Useful with `process.stdout.columns || 80`.
## Open Web Browser

@@ -167,0 +184,0 @@

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