🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@microsoft/api-extractor

Package Overview
Dependencies
Maintainers
2
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/api-extractor - npm Package Compare versions

Comparing version

to
7.52.8

9

CHANGELOG.md
# Change Log - @microsoft/api-extractor
This log was last generated on Thu, 01 May 2025 15:11:33 GMT and should not be manually modified.
This log was last generated on Tue, 13 May 2025 02:09:20 GMT and should not be manually modified.
## 7.52.8
Tue, 13 May 2025 02:09:20 GMT
### Patches
- Fixes API extractor error handling when changed APIs are encountered and the "--local" flag is not specified
## 7.52.7

@@ -6,0 +13,0 @@ Thu, 01 May 2025 15:11:33 GMT

12

lib/cli/ApiExtractorCommandLine.js

@@ -72,8 +72,10 @@ "use strict";

catch (error) {
if (this._debugParameter.value) {
console.error(os.EOL + error.stack);
if (!(error instanceof node_core_library_1.AlreadyReportedError)) {
if (this._debugParameter.value) {
console.error(os.EOL + error.stack);
}
else {
console.error(os.EOL + terminal_1.Colorize.red('ERROR: ' + error.message.trim()));
}
}
else {
console.error(os.EOL + terminal_1.Colorize.red('ERROR: ' + error.message.trim()));
}
}

@@ -80,0 +82,0 @@ }

@@ -142,3 +142,2 @@ "use strict";

else {
process.exitCode = 1;
if (extractorResult.errorCount > 0) {

@@ -150,2 +149,3 @@ console.log(os.EOL + terminal_1.Colorize.red('API Extractor completed with errors'));

}
throw new node_core_library_1.AlreadyReportedError();
}

@@ -152,0 +152,0 @@ }

{
"name": "@microsoft/api-extractor",
"version": "7.52.7",
"version": "7.52.8",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",

@@ -46,4 +46,4 @@ "keywords": [

"@rushstack/node-core-library": "5.13.1",
"@rushstack/terminal": "0.15.3",
"@rushstack/ts-command-line": "5.0.1"
"@rushstack/ts-command-line": "5.0.1",
"@rushstack/terminal": "0.15.3"
},

@@ -50,0 +50,0 @@ "devDependencies": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet