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 0.3.25 to 0.3.26

14

CHANGELOG.json

@@ -5,2 +5,16 @@ {

{
"version": "0.3.26",
"tag": "@microsoft/node-core-library_v0.3.26",
"date": "Tue, 09 Jan 2018 17:05:51 GMT",
"comments": {
"patch": [
{
"author": "Nicholas Pape <nickpape-msft@users.noreply.github.com>",
"commit": "d00b6549d13610fbb6f84be3478b532be9da0747",
"comment": "Get web-build-tools building with pnpm"
}
]
}
},
{
"version": "0.3.25",

@@ -7,0 +21,0 @@ "tag": "@microsoft/node-core-library_v0.3.25",

9

CHANGELOG.md
# Change Log - @microsoft/node-core-library
This log was last generated on Sun, 07 Jan 2018 05:12:08 GMT and should not be manually modified.
This log was last generated on Tue, 09 Jan 2018 17:05:51 GMT and should not be manually modified.
## 0.3.26
Tue, 09 Jan 2018 17:05:51 GMT
### Patches
- Get web-build-tools building with pnpm
## 0.3.25

@@ -6,0 +13,0 @@ Sun, 07 Jan 2018 05:12:08 GMT

@@ -0,1 +1,6 @@

/**
* Core libraries that every NodeJS toolchain project should use.
*
* @packagedocumentation
*/
export { FileDiffTest } from './FileDiffTest';

@@ -2,0 +7,0 @@ export { JsonFile, IJsonFileSaveOptions, IJsonFileStringifyOptions } from './JsonFile';

@@ -5,2 +5,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
/**
* Core libraries that every NodeJS toolchain project should use.
*
* @packagedocumentation
*/
var FileDiffTest_1 = require("./FileDiffTest");

@@ -7,0 +12,0 @@ exports.FileDiffTest = FileDiffTest_1.FileDiffTest;

4

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

@@ -25,4 +25,4 @@ "main": "lib/index.js",

"mocha": "~3.4.2",
"@microsoft/node-library-build": "4.2.3"
"@microsoft/node-library-build": "4.2.16"
}
}

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