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

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.1.0 to 1.2.0

5

index.js

@@ -22,8 +22,7 @@ const chalk = require('chalk');

const error = (err, silent) => {
console.log();
const error = (err, options = {exit: true}) => {
print('error', 'ERROR', err);
if (!silent) throw(new Error(err));
if (options.exit) throw(new Error(err));
};
module.exports = {info, loading, warn, error, command, link};

2

package.json
{
"name": "prettycli",
"version": "1.1.0",
"version": "1.2.0",
"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