Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/multi-stage-output

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/multi-stage-output - npm Package Compare versions

Comparing version 0.4.3-dev.0 to 0.4.3-dev.1

4

lib/components/divider.js

@@ -17,2 +17,6 @@ import { Box, Text } from 'ink';

width;
// Don't render if the available width is less than the title width
if (widthToUse < titleWidth) {
return;
}
const dividerWidth = getSideDividerWidth(widthToUse, titleWidth);

@@ -19,0 +23,0 @@ const numberOfCharsPerSide = getNumberOfCharsPerWidth(dividerChar, dividerWidth);

2

lib/components/stages.js

@@ -12,3 +12,3 @@ import { capitalCase } from 'change-case';

return false;
return (React.createElement(Box, { key: label },
return (React.createElement(Box, { key: label, flexWrap: "wrap" },
React.createElement(Text, { bold: isBold },

@@ -15,0 +15,0 @@ label,

{
"name": "@oclif/multi-stage-output",
"description": "Terminal output for oclif commands with multiple stages",
"version": "0.4.3-dev.0",
"version": "0.4.3-dev.1",
"author": "Salesforce",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/multi-stage-output/issues",

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