You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@microsoft/api-extractor-model

Package Overview
Dependencies
Maintainers
3
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/api-extractor-model - npm Package Compare versions

Comparing version
7.33.0
to
7.33.1
+8
-1
CHANGELOG.md
# Change Log - @microsoft/api-extractor-model
This log was last generated on Thu, 19 Feb 2026 00:04:52 GMT and should not be manually modified.
This log was last generated on Fri, 20 Feb 2026 00:15:03 GMT and should not be manually modified.
## 7.33.1
Fri, 20 Feb 2026 00:15:03 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.
## 7.33.0

@@ -6,0 +13,0 @@ Thu, 19 Feb 2026 00:04:52 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": "@microsoft/api-extractor-model",
"version": "7.33.0",
"version": "7.33.1",
"description": "A helper library for loading and saving the .api.json files created by API Extractor",

@@ -17,2 +17,3 @@ "repository": {

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

@@ -23,2 +24,3 @@ "require": "./lib-commonjs/index.js"

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

@@ -40,6 +42,6 @@ "require": "./lib-commonjs/*.js"

"@microsoft/tsdoc-config": "~0.18.0",
"@rushstack/node-core-library": "5.20.0"
"@rushstack/node-core-library": "5.20.1"
},
"devDependencies": {
"@rushstack/heft": "1.1.7",
"@rushstack/heft": "1.2.0",
"eslint": "~9.37.0",

@@ -46,0 +48,0 @@ "decoupled-local-node-rig": "1.0.0"

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