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

@travetto/terminal

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/terminal - npm Package Compare versions

Comparing version 3.0.0-rc.4 to 3.0.0-rc.5

2

package.json
{
"name": "@travetto/terminal",
"version": "3.0.0-rc.4",
"version": "3.0.0-rc.5",
"description": "General terminal support",

@@ -5,0 +5,0 @@ "keywords": [

@@ -49,3 +49,3 @@ import tty from 'tty';

if (!color && env) {
const [bg] = env.split(';');
const [, bg] = env.split(';');
color = ColorDefineUtil.rgbFromAnsi256(+bg);

@@ -52,0 +52,0 @@ }

@@ -102,3 +102,6 @@ import tty from 'tty';

await this.#query.close();
return this.writer().reset().commit();
if (this.interactive) {
await this.writer().reset().commit();
}
return;
}

@@ -105,0 +108,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