Socket
Socket
Sign inDemoInstall

@microsoft/api-extractor

Package Overview
Dependencies
Maintainers
2
Versions
486
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 2.3.2 to 2.3.3

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "2.3.3",
"tag": "@microsoft/api-extractor_v2.3.3",
"date": "Tue, 22 Aug 2017 13:04:22 GMT",
"comments": {
"patch": [
{
"comment": "Added \"api-documenter\" code sample"
}
]
}
},
{
"version": "2.3.2",

@@ -7,0 +19,0 @@ "tag": "@microsoft/api-extractor_v2.3.2",

9

CHANGELOG.md
# Change Log - @microsoft/api-extractor
This log was last generated on Tue, 15 Aug 2017 01:29:31 GMT and should not be manually modified.
This log was last generated on Tue, 22 Aug 2017 13:04:22 GMT and should not be manually modified.
## 2.3.3
Tue, 22 Aug 2017 13:04:22 GMT
### Patches
- Added "api-documenter" code sample
## 2.3.2

@@ -6,0 +13,0 @@ Tue, 15 Aug 2017 01:29:31 GMT

3

lib/DebugRun.js

@@ -39,5 +39,2 @@ "use strict";

});
// Normally warnings are kept by the ApiItem data structure,
// and written to the '*.api.ts' file.
var warnings = [];
var apiFileGenerator = new ApiFileGenerator_1.default();

@@ -44,0 +41,0 @@ apiFileGenerator.writeApiFile(path.join(__dirname, './DebugRun-Output.api.ts'), extractor);

@@ -10,5 +10,2 @@ "use strict";

var capturedErrors = [];
function testErrorHandler(message, fileName, lineNumber) {
capturedErrors.push({ message: message, fileName: fileName, lineNumber: lineNumber });
}
function clearCapturedErrors() {

@@ -15,0 +12,0 @@ capturedErrors = [];

@@ -21,5 +21,2 @@ "use strict";

}
// These warnings would normally be printed at the bottom
// of the source package's '*.api.ts' file.
var warnings = [];
describe('DocItemLoader tests', function () {

@@ -26,0 +23,0 @@ this.timeout(10000);

{
"name": "@microsoft/api-extractor",
"version": "2.3.2",
"version": "2.3.3",
"description": "Validate, document, and review the exported API for a TypeScript library",

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc