Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/api-documenter

Package Overview
Dependencies
Maintainers
2
Versions
654
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.2.4 to 1.2.5

12

CHANGELOG.json

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

{
"version": "1.2.5",
"tag": "@microsoft/api-documenter_v1.2.5",
"date": "Fri, 15 Jun 2018 16:05:34 GMT",
"comments": {
"patch": [
{
"comment": "The output folder is not automatically created if it doesn't exist yet"
}
]
}
},
{
"version": "1.2.4",

@@ -7,0 +19,0 @@ "tag": "@microsoft/api-documenter_v1.2.4",

9

CHANGELOG.md
# Change Log - @microsoft/api-documenter
This log was last generated on Fri, 08 Jun 2018 08:43:52 GMT and should not be manually modified.
This log was last generated on Fri, 15 Jun 2018 16:05:34 GMT and should not be manually modified.
## 1.2.5
Fri, 15 Jun 2018 16:05:34 GMT
### Patches
- The output folder is not automatically created if it doesn't exist yet
## 1.2.4

@@ -6,0 +13,0 @@ Fri, 08 Jun 2018 08:43:52 GMT

4

lib/cli/BaseAction.js

@@ -34,5 +34,3 @@ "use strict";

this.outputFolder = this._outputFolderParameter.value || `./${this.actionName}`;
if (!fsx.existsSync(this.outputFolder)) {
throw new Error('The output folder does not exist: ' + this.outputFolder);
}
fsx.mkdirsSync(this.outputFolder);
for (const filename of fsx.readdirSync(this.inputFolder)) {

@@ -39,0 +37,0 @@ if (filename.match(/\.api\.json$/i)) {

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

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

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