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 4.0.2 to 4.0.3

4

package.json
{
"name": "@travetto/terminal",
"version": "4.0.2",
"version": "4.0.3",
"description": "General terminal support",

@@ -27,3 +27,3 @@ "keywords": [

"dependencies": {
"@travetto/base": "^4.0.2",
"@travetto/base": "^4.0.3",
"chalk": "^4.1.2"

@@ -30,0 +30,0 @@ },

@@ -31,3 +31,3 @@ import tty from 'node:tty';

await this.#writer.setPosition(pos).write(STD_WAIT_STATES[i++ % STD_WAIT_STATES.length]).commit(true);
await Util.nonBlockingTimeout(100);
await Util.blockingTimeout(100);
}

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