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 1.1.8 to 1.1.9

12

CHANGELOG.json

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

{
"version": "1.1.9",
"tag": "@microsoft/api-extractor_v1.1.9",
"date": "Tue, 07 Feb 2017 20:37:06 GMT",
"comments": {
"patch": [
{
"comment": "Fixing issue where undocumented comment was not being emitted."
}
]
}
},
{
"version": "1.1.8",

@@ -7,0 +19,0 @@ "tag": "@microsoft/api-extractor_v1.1.8",

9

CHANGELOG.md
# Change Log - @microsoft/api-extractor
This log was last generated on Sat, 04 Feb 2017 02:32:05 GMT and should not be manually modified.
This log was last generated on Tue, 07 Feb 2017 20:37:06 GMT and should not be manually modified.
## 1.1.9
Tue, 07 Feb 2017 20:37:06 GMT
### Patches
- Fixing issue where undocumented comment was not being emitted.
## 1.1.8

@@ -6,0 +13,0 @@ Sat, 04 Feb 2017 02:32:05 GMT

2

lib/generators/ApiFileGenerator.js

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

ApiFileGenerator.prototype.writeApiFile = function (reportFilename, extractor) {
this._insideTypeLiteral = 0;
var fileContent = this.generateApiFileContent(extractor);

@@ -55,2 +54,3 @@ fs.writeFileSync(reportFilename, fileContent);

ApiFileGenerator.prototype.generateApiFileContent = function (extractor) {
this._insideTypeLiteral = 0;
// Normalize to CRLF

@@ -57,0 +57,0 @@ this.visit(extractor.package);

{
"name": "@microsoft/api-extractor",
"version": "1.1.8",
"version": "1.1.9",
"description": "Validatation, documentation, and auditing for the exported API of a TypeScript package",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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