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 4.1.0 to 4.1.1

22

CHANGELOG.json

@@ -5,2 +5,24 @@ {

{
"version": "4.1.1",
"tag": "@microsoft/api-extractor_v4.1.1",
"date": "Mon, 23 Oct 2017 21:53:12 GMT",
"comments": {
"patch": [
{
"author": "pgonzal <pgonzal@users.noreply.github.com>",
"commit": "5de032b254b632b8af0d0dd98913acef589f88d5",
"comment": "Updated cyclic dependencies"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.7` to `~0.3.8`"
},
{
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `~2.1.0` to `~2.1.1`"
}
]
}
},
{
"version": "4.1.0",

@@ -7,0 +29,0 @@ "tag": "@microsoft/api-extractor_v4.1.0",

9

CHANGELOG.md
# Change Log - @microsoft/api-extractor
This log was last generated on Fri, 20 Oct 2017 19:57:12 GMT and should not be manually modified.
This log was last generated on Mon, 23 Oct 2017 21:53:12 GMT and should not be manually modified.
## 4.1.1
Mon, 23 Oct 2017 21:53:12 GMT
### Patches
- Updated cyclic dependencies
## 4.1.0

@@ -6,0 +13,0 @@ Fri, 20 Oct 2017 19:57:12 GMT

2

lib/cli/RunAction.js

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

+ ' normally be performed for a ship/production build. For example, the *.api.ts'
+ ' signature file is automatically copied in a local build.'
+ ' review file is automatically copied in a local build.'
});

@@ -37,0 +37,0 @@ }

@@ -34,3 +34,3 @@ import * as ts from 'typescript';

* machine. This disables certain validation that would normally be performed
* for a ship/production build. For example, the *.api.ts signature file is
* for a ship/production build. For example, the *.api.ts review file is
* automatically local in a debug build.

@@ -37,0 +37,0 @@ *

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

@@ -33,4 +33,4 @@ "keywords": [

"dependencies": {
"@microsoft/node-core-library": "~0.3.7",
"@microsoft/ts-command-line": "~2.1.0",
"@microsoft/node-core-library": "~0.3.8",
"@microsoft/ts-command-line": "~2.1.1",
"@types/fs-extra": "0.0.37",

@@ -54,4 +54,4 @@ "@types/node": "6.0.88",

"mocha": "~3.4.2",
"@microsoft/node-library-build": "~3.2.0"
"@microsoft/node-library-build": "~4.1.5"
}
}

@@ -24,3 +24,3 @@ # @microsoft/api-extractor

- **Online documentation:** You have faithfully annotated each TypeScript member with nice [JSDoc](http://usejsdoc.org/) descriptions. Now that your library is published, you should probably set up [a nicely formatted](https://dev.office.com/sharepoint/reference/spfx/sp-page-context/cultureinfo) API reference. Which tool should we use to generate that? (What!? There aren't any good ones!?)
- **Online documentation:** You have faithfully annotated each TypeScript member with nice [JSDoc](http://usejsdoc.org/) descriptions. Now that your library is published, you should probably set up [a nicely formatted](https://docs.microsoft.com/en-us/javascript/api/sp-http) API reference. Which tool should we use to generate that? (What!? There aren't any good ones!?)

@@ -27,0 +27,0 @@ **API Extractor** provides an integrated, professional-quality solution for all these problems. It is invoked at build time by your toolchain and leverages the TypeScript compiler engine to:

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