Socket
Socket
Sign inDemoInstall

@microsoft/node-core-library

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/node-core-library - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

lib/Sort.d.ts

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "3.5.0",
"tag": "@microsoft/node-core-library_v3.5.0",
"date": "Thu, 25 Oct 2018 23:20:40 GMT",
"comments": {
"minor": [
{
"comment": "Add Sort API"
}
]
}
},
{
"version": "3.4.0",

@@ -7,0 +19,0 @@ "tag": "@microsoft/node-core-library_v3.4.0",

9

CHANGELOG.md
# Change Log - @microsoft/node-core-library
This log was last generated on Wed, 24 Oct 2018 16:03:10 GMT and should not be manually modified.
This log was last generated on Thu, 25 Oct 2018 23:20:40 GMT and should not be manually modified.
## 3.5.0
Thu, 25 Oct 2018 23:20:40 GMT
### Minor changes
- Add Sort API
## 3.4.0

@@ -6,0 +13,0 @@ Wed, 24 Oct 2018 16:03:10 GMT

@@ -20,2 +20,3 @@ /**

export { Text, NewlineKind } from './Text';
export { Sort } from './Sort';
export { FileSystem, IFileSystemReadFolderOptions, IFileSystemWriteFileOptions, IFileSystemReadFileOptions, IFileSystemMoveOptions, IFileSystemCopyFileOptions, IFileSystemDeleteFileOptions, IFileSystemUpdateTimeParameters, IFileSystemCreateLinkOptions } from './FileSystem';

@@ -22,0 +23,0 @@ export { FileWriter, IFileWriterFlags } from './FileWriter';

@@ -27,2 +27,4 @@ "use strict";

exports.Text = Text_1.Text;
var Sort_1 = require("./Sort");
exports.Sort = Sort_1.Sort;
var FileSystem_1 = require("./FileSystem");

@@ -29,0 +31,0 @@ exports.FileSystem = FileSystem_1.FileSystem;

2

package.json
{
"name": "@microsoft/node-core-library",
"version": "3.4.0",
"version": "3.5.0",
"description": "Core libraries that every NodeJS toolchain project should use",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is too big to display

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