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.28 to 0.0.29

2

package.json
{
"name": "@coffeekraken/scripts-stack",
"version": "0.0.28",
"version": "0.0.29",
"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",

@@ -540,3 +540,3 @@ const path = require("path");

this.screen.$consoleBox.setContent(script.stack.join("") || '');
this.screen.$consoleBox.scroll(99999999999);
this.screen.$consoleBox.setScrollPerc(100);

@@ -618,3 +618,3 @@ // mark the script as read

}
this.screen.$consoleBox.scroll(99999999999);
this.screen.$consoleBox.setScrollPerc(100);
this._renderScreen();

@@ -621,0 +621,0 @@ });

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