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
656
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.20 to 1.1.21

18

CHANGELOG.json

@@ -5,2 +5,20 @@ {

{
"version": "1.1.21",
"tag": "@microsoft/api-documenter_v1.1.21",
"date": "Thu, 15 Mar 2018 16:05:43 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.8` to `5.3.9`"
},
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.3` to `0.8.0`"
},
{
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.3.20` to `4.3.21`"
}
]
}
},
{
"version": "1.1.20",

@@ -7,0 +25,0 @@ "tag": "@microsoft/api-documenter_v1.1.20",

7

CHANGELOG.md
# Change Log - @microsoft/api-documenter
This log was last generated on Tue, 13 Mar 2018 23:11:32 GMT and should not be manually modified.
This log was last generated on Thu, 15 Mar 2018 16:05:43 GMT and should not be manually modified.
## 1.1.21
Thu, 15 Mar 2018 16:05:43 GMT
*Version update only*
## 1.1.20

@@ -6,0 +11,0 @@ Tue, 13 Mar 2018 23:11:32 GMT

2

lib/yaml/YamlDocumenter.js

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

}
const normalized = stringified.split('\n').join('\r\n');
const normalized = node_core_library_1.Text.convertToCrLf(stringified);
fsx.mkdirsSync(path.dirname(filePath));

@@ -299,0 +299,0 @@ fsx.writeFileSync(filePath, normalized);

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

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

"dependencies": {
"@microsoft/api-extractor": "5.3.8",
"@microsoft/node-core-library": "0.7.3",
"@microsoft/api-extractor": "5.3.9",
"@microsoft/node-core-library": "0.8.0",
"@microsoft/ts-command-line": "3.0.7",

@@ -27,3 +27,3 @@ "colors": "~1.1.2",

"devDependencies": {
"@microsoft/node-library-build": "4.3.20",
"@microsoft/node-library-build": "4.3.21",
"@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

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