New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rejoinder

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rejoinder - npm Package Compare versions

Comparing version 0.3.10 to 0.3.11

18

lib/Execute/Execute.js

@@ -15,12 +15,2 @@ #!/usr/bin/nodejs

let noop = function(arg){ return arg; };
let colors = { red: noop, green: noop, yellow: noop, blue: noop };
try
{
// Try to import the optional packages. If the import fails... well, whatever.
colors = require('colors');
}
catch(e){}
/**

@@ -93,6 +83,4 @@ * The Execute class is used to execute one or more commands. It can also be made

{
if(description)
if(description || this._echo.beVerbose)
this._echo.withPostfix.error(failmsg);
else
this._echo.ifDebug(colors.red(failmsg));

@@ -106,6 +94,4 @@ this._echo.toLog(failmsg);

{
if(description)
if(description || this._echo.beVerbose)
this._echo.withPostfix.success(successmsg);
else
this._echo.ifDebug(colors.green(successmsg));

@@ -112,0 +98,0 @@ this._echo.toLog(successmsg);

5

package.json
{
"name": "rejoinder",
"version": "0.3.10",
"version": "0.3.11",
"description": "A generator of smart, pretty, and organized output for Node/JS scripts in the terminal",

@@ -28,4 +28,3 @@ "repository": {

"optionalDependencies": {
"shelljs": "^0.7.0",
"colors": "^1.1.2"
"shelljs": "^0.7.0"
},

@@ -32,0 +31,0 @@ "devDependencies": {

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