Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@rushstack/terminal

Package Overview
Dependencies
Maintainers
3
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/terminal - npm Package Compare versions

Comparing version
0.22.0
to
0.22.1
+8
-1
CHANGELOG.md
# Change Log - @rushstack/terminal
This log was last generated on Thu, 19 Feb 2026 00:04:53 GMT and should not be manually modified.
This log was last generated on Fri, 20 Feb 2026 00:15:04 GMT and should not be manually modified.
## 0.22.1
Fri, 20 Feb 2026 00:15:04 GMT
### Patches
- Add `"node"` condition before `"import"` in the `"exports"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `"import"`. Fixes https://github.com/microsoft/rushstack/issues/5644.
## 0.22.0

@@ -6,0 +13,0 @@ Thu, 19 Feb 2026 00:04:53 GMT

+1
-1

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.55.2"
"packageVersion": "7.57.0"
}
]
}
{
"name": "@rushstack/terminal",
"version": "0.22.0",
"version": "0.22.1",
"description": "User interface primitives for console applications",

@@ -11,2 +11,3 @@ "main": "./lib-commonjs/index.js",

"types": "./dist/terminal.d.ts",
"node": "./lib-commonjs/index.js",
"import": "./lib-esm/index.js",

@@ -17,2 +18,3 @@ "require": "./lib-commonjs/index.js"

"types": "./lib-dts/*.d.ts",
"node": "./lib-commonjs/*.js",
"import": "./lib-esm/*.js",

@@ -38,7 +40,7 @@ "require": "./lib-commonjs/*.js"

"supports-color": "~8.1.1",
"@rushstack/node-core-library": "5.20.0",
"@rushstack/problem-matcher": "0.2.0"
"@rushstack/node-core-library": "5.20.1",
"@rushstack/problem-matcher": "0.2.1"
},
"devDependencies": {
"@rushstack/heft": "1.1.7",
"@rushstack/heft": "1.2.0",
"@types/supports-color": "8.1.3",

@@ -45,0 +47,0 @@ "eslint": "~9.37.0",

Sorry, the diff of this file is too big to display