Socket
Socket
Sign inDemoInstall

@microsoft/api-documenter

Package Overview
Dependencies
Maintainers
2
Versions
647
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/api-documenter - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

21

CHANGELOG.json

@@ -5,2 +5,23 @@ {

{
"version": "1.1.11",
"tag": "@microsoft/api-documenter_v1.1.11",
"date": "Fri, 16 Feb 2018 17:05:11 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor\" from `5.2.7` to `5.3.0`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.5.0` to `0.5.1`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `2.3.10` to `3.0.0`"
},
{
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.3.10` to `4.3.11`"
}
]
}
},
{
"version": "1.1.10",

@@ -7,0 +28,0 @@ "tag": "@microsoft/api-documenter_v1.1.10",

7

CHANGELOG.md
# Change Log - @microsoft/api-documenter
This log was last generated on Wed, 07 Feb 2018 17:05:11 GMT and should not be manually modified.
This log was last generated on Fri, 16 Feb 2018 17:05:11 GMT and should not be manually modified.
## 1.1.11
Fri, 16 Feb 2018 17:05:11 GMT
*Version update only*
## 1.1.10

@@ -6,0 +11,0 @@ Wed, 07 Feb 2018 17:05:11 GMT

2

lib/cli/MarkdownAction.d.ts

@@ -5,3 +5,3 @@ import { ApiDocumenterCommandLine } from './ApiDocumenterCommandLine';

constructor(parser: ApiDocumenterCommandLine);
protected onExecute(): void;
protected onExecute(): Promise<void>;
}

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

markdownDocumenter.generateFiles(this.outputFolder);
return Promise.resolve();
}

@@ -22,0 +23,0 @@ }

@@ -7,3 +7,3 @@ import { ApiDocumenterCommandLine } from './ApiDocumenterCommandLine';

protected onDefineParameters(): void;
protected onExecute(): void;
protected onExecute(): Promise<void>;
}

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

yamlDocumenter.generateFiles(this.outputFolder);
return Promise.resolve();
}

@@ -33,0 +34,0 @@ }

{
"name": "@microsoft/api-documenter",
"version": "1.1.10",
"version": "1.1.11",
"description": "Read JSON files from api-extractor, generate documentation pages",

@@ -18,5 +18,5 @@ "repository": {

"dependencies": {
"@microsoft/api-extractor": "5.2.7",
"@microsoft/node-core-library": "0.5.0",
"@microsoft/ts-command-line": "2.3.10",
"@microsoft/api-extractor": "5.3.0",
"@microsoft/node-core-library": "0.5.1",
"@microsoft/ts-command-line": "3.0.0",
"colors": "~1.1.2",

@@ -27,3 +27,3 @@ "fs-extra": "~0.26.7",

"devDependencies": {
"@microsoft/node-library-build": "4.3.10",
"@microsoft/node-library-build": "4.3.11",
"@types/colors": "1.1.3",

@@ -30,0 +30,0 @@ "@types/fs-extra": "0.0.37",

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