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

@microsoft/api-extractor-model

Package Overview
Dependencies
Maintainers
2
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/api-extractor-model - npm Package Compare versions

Comparing version 7.5.3 to 7.5.4

17

CHANGELOG.json

@@ -5,2 +5,19 @@ {

{
"version": "7.5.4",
"tag": "@microsoft/api-extractor-model_v7.5.4",
"date": "Tue, 05 Nov 2019 06:49:28 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`"
}
]
}
},
{
"version": "7.5.3",

@@ -7,0 +24,0 @@ "tag": "@microsoft/api-extractor-model_v7.5.3",

9

CHANGELOG.md
# Change Log - @microsoft/api-extractor-model
This log was last generated on Tue, 05 Nov 2019 01:08:39 GMT and should not be manually modified.
This log was last generated on Tue, 05 Nov 2019 06:49:28 GMT and should not be manually modified.
## 7.5.4
Tue, 05 Nov 2019 06:49:28 GMT
### Patches
- Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)
## 7.5.3

@@ -6,0 +13,0 @@ Tue, 05 Nov 2019 01:08:39 GMT

2

lib/mixins/ApiItemContainerMixin.js

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

if (!this[_membersSorted]) {
this[_members].sort((x, y) => x.getSortKey().localeCompare(y.getSortKey()));
node_core_library_1.LegacyAdapters.sortStable(this[_members], (x, y) => x.getSortKey().localeCompare(y.getSortKey()));
this[_membersSorted] = true;

@@ -48,0 +48,0 @@ }

{
"name": "@microsoft/api-extractor-model",
"version": "7.5.3",
"version": "7.5.4",
"description": "A helper library for loading and saving the .api.json files created by API Extractor",

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"@microsoft/node-core-library": "3.16.0",
"@microsoft/node-core-library": "3.17.0",
"@microsoft/tsdoc": "0.12.14"

@@ -20,0 +20,0 @@ },

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