Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 0.0.27 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);

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