Socket
Socket
Sign inDemoInstall

@rushstack/node-core-library

Package Overview
Dependencies
Maintainers
3
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.26.2 to 3.27.0

lib/AlreadyReportedError.d.ts

17

CHANGELOG.json

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

{
"version": "3.27.0",
"tag": "@rushstack/node-core-library_v3.27.0",
"date": "Mon, 17 Aug 2020 04:53:23 GMT",
"comments": {
"minor": [
{
"comment": "Add new APIs AlreadyReportedError and TypeUuid"
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`"
}
]
}
},
{
"version": "3.26.2",

@@ -7,0 +24,0 @@ "tag": "@rushstack/node-core-library_v3.26.2",

9

CHANGELOG.md
# Change Log - @rushstack/node-core-library
This log was last generated on Wed, 12 Aug 2020 00:10:05 GMT and should not be manually modified.
This log was last generated on Mon, 17 Aug 2020 04:53:23 GMT and should not be manually modified.
## 3.27.0
Mon, 17 Aug 2020 04:53:23 GMT
### Minor changes
- Add new APIs AlreadyReportedError and TypeUuid
## 3.26.2

@@ -6,0 +13,0 @@ Wed, 12 Aug 2020 00:10:05 GMT

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

*/
export { AlreadyReportedError } from './AlreadyReportedError';
export { FileConstants, FolderConstants } from './Constants';

@@ -31,2 +32,3 @@ export { ExecutableStdioStreamMapping, ExecutableStdioMapping, IExecutableResolveOptions, IExecutableSpawnSyncOptions, Executable } from './Executable';

export { StringBufferTerminalProvider } from './Terminal/StringBufferTerminalProvider';
export { TypeUuid } from './TypeUuid';
//# sourceMappingURL=index.d.ts.map

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

Object.defineProperty(exports, "__esModule", { value: true });
/**
* Core libraries that every NodeJS toolchain project should use.
*
* @packageDocumentation
*/
var AlreadyReportedError_1 = require("./AlreadyReportedError");
exports.AlreadyReportedError = AlreadyReportedError_1.AlreadyReportedError;
var Executable_1 = require("./Executable");

@@ -51,2 +58,4 @@ exports.Executable = Executable_1.Executable;

exports.StringBufferTerminalProvider = StringBufferTerminalProvider_1.StringBufferTerminalProvider;
var TypeUuid_1 = require("./TypeUuid");
exports.TypeUuid = TypeUuid_1.TypeUuid;
//# sourceMappingURL=index.js.map

4

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

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

"@microsoft/rush-stack-compiler-3.5": "0.8.0",
"@rushstack/eslint-config": "1.0.4",
"@rushstack/eslint-config": "1.1.0",
"@rushstack/heft": "0.4.3",

@@ -28,0 +28,0 @@ "@types/fs-extra": "7.0.0",

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

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