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

cli-style

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-style - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

index.js

@@ -26,15 +26,15 @@ const chalk = require( 'chalk' );

if( c.bold ) {
if( style.bold ) {
c = c.bold;
}
if( c.italic ) {
if( style.italic ) {
c = c.italic;
}
if( c.strikethrough ) {
if( style.strikethrough ) {
c = c.strikethrough;
}
if( c.dim ) {
if( style.dim ) {
c = c.dim;

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

{
"name": "cli-style",
"version": "0.0.2",
"version": "0.0.3",
"description": "A simple tool allows you to set styles to command line output more easier.",

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

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