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

command-line-tool

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-line-tool - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

4

es5/command-line-tool.js

@@ -13,5 +13,3 @@ 'use strict';

function stop(message) {
arrayify(message).forEach(function (msg) {
console.error(ansi.format(msg));
});
printOutput(message);
process.exit(0);

@@ -18,0 +16,0 @@ }

@@ -26,5 +26,3 @@ 'use strict'

function stop (message) {
arrayify(message).forEach(function (msg) {
console.error(ansi.format(msg))
})
printOutput(message)
process.exit(0)

@@ -31,0 +29,0 @@ }

{
"name": "command-line-tool",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.6.2",
"version": "0.6.3",
"description": "command-line-tool",

@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/command-line-tool.git",

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