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.8.3 to 3.9.0

12

CHANGELOG.json

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

{
"version": "3.9.0",
"tag": "@microsoft/node-core-library_v3.9.0",
"date": "Thu, 10 Jan 2019 01:57:52 GMT",
"comments": {
"minor": [
{
"comment": "Remove deprecated FileDiffTest API for unit tests; please use Jest snapshots instead"
}
]
}
},
{
"version": "3.8.3",

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

9

CHANGELOG.md
# Change Log - @microsoft/node-core-library
This log was last generated on Wed, 19 Dec 2018 05:57:33 GMT and should not be manually modified.
This log was last generated on Thu, 10 Jan 2019 01:57:52 GMT and should not be manually modified.
## 3.9.0
Thu, 10 Jan 2019 01:57:52 GMT
### Minor changes
- Remove deprecated FileDiffTest API for unit tests; please use Jest snapshots instead
## 3.8.3

@@ -6,0 +13,0 @@ Wed, 19 Dec 2018 05:57:33 GMT

1

lib/index.d.ts

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

export { ExecutableStdioStreamMapping, ExecutableStdioMapping, IExecutableResolveOptions, IExecutableSpawnSyncOptions, Executable } from './Executable';
export { FileDiffTest } from './FileDiffTest';
export { IPackageJson, IPackageJsonDependencyTable, IPackageJsonScriptTable, IPackageJsonTsdocConfiguration } from './IPackageJson';

@@ -11,0 +10,0 @@ export { InternalError } from './InternalError';

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

exports.Executable = Executable_1.Executable;
var FileDiffTest_1 = require("./FileDiffTest");
exports.FileDiffTest = FileDiffTest_1.FileDiffTest;
var InternalError_1 = require("./InternalError");

@@ -11,0 +9,0 @@ exports.InternalError = InternalError_1.InternalError;

{
"name": "@microsoft/node-core-library",
"version": "3.8.3",
"version": "3.9.0",
"description": "Core libraries that every NodeJS toolchain project should use",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

"tslint-microsoft-contrib": "~5.2.1",
"@types/jest": "21.1.10",
"@types/jest": "23.3.11",
"gulp": "~3.9.1",

@@ -32,0 +32,0 @@ "@microsoft/node-library-build": "6.0.15",

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