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 3.2.3 to 3.2.4

19

CHANGELOG.json

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

{
"version": "3.2.4",
"tag": "@microsoft/api-extractor_v3.2.4",
"date": "Fri, 08 Sep 2017 01:28:04 GMT",
"comments": {
"patch": [
{
"author": "Nick Pape <nickpape@users.noreply.github.com>",
"commit": "bb96549aa8508ff627a0cae5ee41ae0251f2777d",
"comment": "Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.7` to `~0.2.8`"
}
]
}
},
{
"version": "3.2.3",

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

9

CHANGELOG.md
# Change Log - @microsoft/api-extractor
This log was last generated on Thu, 07 Sep 2017 13:04:35 GMT and should not be manually modified.
This log was last generated on Fri, 08 Sep 2017 01:28:04 GMT and should not be manually modified.
## 3.2.4
Fri, 08 Sep 2017 01:28:04 GMT
### Patches
- Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'
## 3.2.3

@@ -6,0 +13,0 @@ Thu, 07 Sep 2017 13:04:35 GMT

1

lib/aedoc/ApiDocumentation.d.ts

@@ -1,2 +0,1 @@

/// <reference types="es6-collections" />
import AstPackage from '../ast/AstPackage';

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

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

rootDir: ROOT_DIR,
types: ['es6-collections', 'webpack-env']
types: ['webpack-env', 'es6-collections']
};

@@ -25,0 +25,0 @@ var extractor = new Extractor_1.default({

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

rootDir: inputFolder,
typeRoots: ['./'] // We need to ignore @types in these tests
typeRoots: [] // We need to ignore @types in these tests
};

@@ -38,0 +38,0 @@ var extractor = new Extractor_1.default({

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

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

"dependencies": {
"@microsoft/node-core-library": "~0.2.7",
"@types/es6-collections": "0.5.29",
"@microsoft/node-core-library": "~0.2.8",
"@types/fs-extra": "0.0.37",

@@ -34,0 +33,0 @@ "@types/node": "6.0.62",

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