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

@travetto/terminal

Package Overview
Dependencies
Maintainers
0
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 5.0.0-rc.1 to 5.0.0-rc.2

4

package.json
{
"name": "@travetto/terminal",
"version": "5.0.0-rc.1",
"version": "5.0.0-rc.2",
"description": "General terminal support",

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

"dependencies": {
"@travetto/base": "^5.0.0-rc.1",
"@travetto/runtime": "^5.0.0-rc.2",
"chalk": "^4.1.2"

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

@@ -50,3 +50,3 @@ <!-- This file was generated by @travetto/doc and should not be modified directly -->

When the color palette is combined with [Base](https://github.com/travetto/travetto/tree/main/module/base#readme "Environment config and common utilities for travetto applications.")'s Util.makeTemplate, you produce a string template function that will automatically colorize:
When the color palette is combined with [Base](https://github.com/travetto/travetto/tree/main/module/runtime#readme "Environment config and common utilities for travetto applications.")'s Util.makeTemplate, you produce a string template function that will automatically colorize:

@@ -53,0 +53,0 @@ **Code: Sample Template Usage**

import chalk from 'chalk';
import { Env, TypedObject } from '@travetto/base';
import { Env, TypedObject } from '@travetto/runtime';

@@ -5,0 +5,0 @@ type TemplatePrim = number | string | bigint | boolean | RegExp;

import tty from 'node:tty';
import { Env, Util } from '@travetto/base';
import { Env, Util } from '@travetto/runtime';

@@ -5,0 +5,0 @@ import { TerminalWriter } from './writer';

import tty from 'node:tty';
import { ShutdownManager } from '@travetto/base';
import { ShutdownManager } from '@travetto/runtime';

@@ -5,0 +5,0 @@ type State = { output: tty.WriteStream, height: number, width: number };

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