Socket
Socket
Sign inDemoInstall

prettycli

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

prettycli - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

3

index.js

@@ -26,3 +26,4 @@ const chalk = require('chalk')

const error = (err, options = { exit: true, silent: false, label }) => {
const error = (err, options) => {
if (!options) options = { exit: true, silent: false, label }
print('error', options.label || 'ERROR', err)

@@ -29,0 +30,0 @@ if (options.silent) process.exit(1)

{
"name": "prettycli",
"version": "1.4.0",
"version": "1.4.1",
"description": "Pretty print messages on the terminal",

@@ -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