Socket
Socket
Sign inDemoInstall

@microsoft/api-extractor

Package Overview
Dependencies
Maintainers
2
Versions
487
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 3.4.0 to 3.4.1

19

CHANGELOG.json

@@ -5,2 +5,21 @@ {

{
"version": "3.4.1",
"tag": "@microsoft/api-extractor_v3.4.1",
"date": "Fri, 29 Sep 2017 01:03:42 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "5d78825558e12fa828d114a655975c315aa1a566",
"comment": "Removed IMarkupPage.docId"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.1` to `~0.3.2`"
}
]
}
},
{
"version": "3.4.0",

@@ -7,0 +26,0 @@ "tag": "@microsoft/api-extractor_v3.4.0",

9

CHANGELOG.md
# Change Log - @microsoft/api-extractor
This log was last generated on Thu, 28 Sep 2017 01:04:28 GMT and should not be manually modified.
This log was last generated on Fri, 29 Sep 2017 01:03:42 GMT and should not be manually modified.
## 3.4.1
Fri, 29 Sep 2017 01:03:42 GMT
### Patches
- Removed IMarkupPage.docId
## 3.4.0

@@ -6,0 +13,0 @@ Thu, 28 Sep 2017 01:04:28 GMT

2

lib/aedoc/ApiDocumentation.js

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

tokenizer.getToken();
if (token.text.trim().length) {
if (token.text.trim().length !== 0) {
// Shorten "This is too long text" to "This is..."

@@ -147,0 +147,0 @@ const MAX_LENGTH = 40;

@@ -322,3 +322,3 @@ import { IDocElement } from '../markup/OldMarkup';

*/
export declare type ApiMember = IApiProperty | IApiMethod;
export declare type ApiMember = IApiProperty | IApiMethod | IApiConstructor;
/**

@@ -325,0 +325,0 @@ * @alpha

@@ -171,3 +171,2 @@ import { IApiItemReference } from '../api/ApiItem';

kind: 'page';
docId: string;
breadcrumb: MarkupBasicElement[];

@@ -174,0 +173,0 @@ title: string;

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

@@ -30,3 +30,3 @@ "keywords": [

"dependencies": {
"@microsoft/node-core-library": "~0.3.1",
"@microsoft/node-core-library": "~0.3.2",
"@types/fs-extra": "0.0.37",

@@ -33,0 +33,0 @@ "@types/node": "6.0.88",

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