Socket
Socket
Sign inDemoInstall

@microsoft/api-extractor

Package Overview
Dependencies
47
Maintainers
2
Versions
478
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.37.2 to 7.37.3

4

lib/generators/ApiModelGenerator.js

@@ -134,4 +134,4 @@ "use strict";

const releaseTag = apiItemMetadata.effectiveReleaseTag;
if (releaseTag === api_extractor_model_1.ReleaseTag.Internal || releaseTag === api_extractor_model_1.ReleaseTag.Alpha) {
return; // trim out items marked as "@internal" or "@alpha"
if (releaseTag === api_extractor_model_1.ReleaseTag.Internal) {
return; // trim out items marked as "@internal"
}

@@ -138,0 +138,0 @@ switch (astDeclaration.declaration.kind) {

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

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc