🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@coffeekraken/scripts-stack

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coffeekraken/scripts-stack - npm Package Compare versions

Comparing version

to
0.0.28

2

package.json
{
"name": "@coffeekraken/scripts-stack",
"version": "0.0.27",
"version": "0.0.28",
"description": "Nice terminal interface to handle npm/yarn scripts execution as well as watch and run automatically the wanted ones",

@@ -5,0 +5,0 @@ "homepage": "https://coffeekraken.io",

@@ -5,3 +5,3 @@ const exec = require("child_process").exec;

const logSymbols = require("log-symbols");
const removeBlankLines = require("remove-blank-lines");
// const removeBlankLines = require("remove-blank-lines");
const terminate = require("terminate");

@@ -68,3 +68,3 @@ const commandExistsSync = require("command-exists").sync;

// push new data to the stack
this._stack.push(removeBlankLines(data.toString()));
this._stack.push(data.toString());
// dispatch new data

@@ -77,3 +77,3 @@ this._dispatchData(data);

// push new data to the stack
this._stack.push(removeBlankLines(data.toString()));
this._stack.push(data.toString());
// dispatch new data

@@ -80,0 +80,0 @@ this._dispatchData(data);