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.39.1 to 7.39.2

2

dist/tsdoc-metadata.json

@@ -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.37.1"
"packageVersion": "7.39.1"
}
]
}

@@ -33,3 +33,3 @@ "use strict";

AstImportKind[AstImportKind["ImportType"] = 4] = "ImportType";
})(AstImportKind = exports.AstImportKind || (exports.AstImportKind = {}));
})(AstImportKind || (exports.AstImportKind = AstImportKind = {}));
/**

@@ -36,0 +36,0 @@ * For a symbol that was imported from an external package, this tracks the import

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

}
exports.PackageMetadataManager = PackageMetadataManager;
PackageMetadataManager.tsdocMetadataFilename = 'tsdoc-metadata.json';
exports.PackageMetadataManager = PackageMetadataManager;
//# sourceMappingURL=PackageMetadataManager.js.map

@@ -68,3 +68,3 @@ "use strict";

IndentDocCommentScope[IndentDocCommentScope["SpanAndChildren"] = 2] = "SpanAndChildren";
})(IndentDocCommentScope = exports.IndentDocCommentScope || (exports.IndentDocCommentScope = {}));
})(IndentDocCommentScope || (exports.IndentDocCommentScope = IndentDocCommentScope = {}));
/**

@@ -71,0 +71,0 @@ * Specifies various transformations that will be performed by Span.getModifiedText().

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

}
exports.TypeScriptHelpers = TypeScriptHelpers;
// Matches TypeScript's encoded names for well-known ECMAScript symbols like

@@ -269,3 +270,2 @@ // "__@iterator" or "__@toStringTag".

TypeScriptHelpers._uniqueSymbolNameRegExp = /^__@.*@\d+$/;
exports.TypeScriptHelpers = TypeScriptHelpers;
//# sourceMappingURL=TypeScriptHelpers.js.map

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

}
exports.ExtractorConfig = ExtractorConfig;
/**

@@ -678,3 +679,2 @@ * The JSON Schema for API Extractor config file (api-extractor.schema.json).

ExtractorConfig._declarationFileExtensionRegExp = /\.d\.(c|m)?ts$/i;
exports.ExtractorConfig = ExtractorConfig;
//# sourceMappingURL=ExtractorConfig.js.map

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

}
exports.MessageRouter = MessageRouter;
MessageRouter.DIAGNOSTICS_LINE = '============================================================';
exports.MessageRouter = MessageRouter;
//# sourceMappingURL=MessageRouter.js.map

@@ -25,3 +25,3 @@ "use strict";

VisitorState[VisitorState["Visited"] = 2] = "Visited";
})(VisitorState = exports.VisitorState || (exports.VisitorState = {}));
})(VisitorState || (exports.VisitorState = VisitorState = {}));
//# sourceMappingURL=VisitorState.js.map

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

}
exports.ApiReportGenerator = ApiReportGenerator;
ApiReportGenerator._trimSpacesRegExp = / +$/gm;
exports.ApiReportGenerator = ApiReportGenerator;
//# sourceMappingURL=ApiReportGenerator.js.map

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

}
exports.DeclarationReferenceGenerator = DeclarationReferenceGenerator;
DeclarationReferenceGenerator.unknownReference = '?';
exports.DeclarationReferenceGenerator = DeclarationReferenceGenerator;
//# sourceMappingURL=DeclarationReferenceGenerator.js.map

@@ -70,3 +70,3 @@ "use strict";

DtsRollupKind[DtsRollupKind["PublicRelease"] = 3] = "PublicRelease";
})(DtsRollupKind = exports.DtsRollupKind || (exports.DtsRollupKind = {}));
})(DtsRollupKind || (exports.DtsRollupKind = DtsRollupKind = {}));
class DtsRollupGenerator {

@@ -73,0 +73,0 @@ /**

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

@@ -43,10 +43,10 @@ "keywords": [

"typescript": "5.3.3",
"@rushstack/node-core-library": "3.63.0",
"@rushstack/rig-package": "0.5.1",
"@microsoft/api-extractor-model": "7.28.5",
"@rushstack/node-core-library": "3.64.0",
"@rushstack/ts-command-line": "4.17.1",
"@microsoft/api-extractor-model": "7.28.4"
"@rushstack/rig-package": "0.5.1"
},
"devDependencies": {
"@rushstack/heft": "0.62.0",
"@rushstack/heft-node-rig": "2.3.2",
"@rushstack/heft": "0.64.0",
"@rushstack/heft-node-rig": "2.4.0",
"@types/heft-jest": "1.0.1",

@@ -53,0 +53,0 @@ "@types/lodash": "4.14.116",

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

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

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

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

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

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

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

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

Sorry, the diff of this file is not supported yet

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