Socket
Socket
Sign inDemoInstall

boxen

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

3

index.js

@@ -8,2 +8,3 @@ 'use strict';

const ansiAlign = require('ansi-align');
const termSize = require('term-size');

@@ -114,3 +115,3 @@ const getObject = detail => {

const paddingLeft = PAD.repeat(padding.left);
const columns = process.stdout.columns;
const columns = termSize().columns;
let marginLeft = PAD.repeat(margin.left);

@@ -117,0 +118,0 @@

{
"name": "boxen",
"version": "0.8.0",
"version": "0.8.1",
"description": "Create boxes in the terminal",

@@ -39,2 +39,3 @@ "license": "MIT",

"string-width": "^1.0.1",
"term-size": "^0.1.0",
"widest-line": "^1.0.0"

@@ -41,0 +42,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc