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

@rushstack/heft

Package Overview
Dependencies
Maintainers
2
Versions
360
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/heft - npm Package Compare versions

Comparing version 0.39.0 to 0.39.1

9

CHANGELOG.md
# Change Log - @rushstack/heft
This log was last generated on Wed, 22 Sep 2021 03:27:12 GMT and should not be manually modified.
This log was last generated on Thu, 23 Sep 2021 00:10:40 GMT and should not be manually modified.
## 0.39.1
Thu, 23 Sep 2021 00:10:40 GMT
### Patches
- Upgrade the `@types/node` dependency to version to version 12.
## 0.39.0

@@ -6,0 +13,0 @@ Wed, 22 Sep 2021 03:27:12 GMT

4

lib/configuration/HeftConfiguration.js

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -126,3 +126,3 @@ return result;

// This ensures the casing of the project folder is correct.
buildFolder = true_case_path_1.trueCasePathSync(buildFolder);
buildFolder = (0, true_case_path_1.trueCasePathSync)(buildFolder);
configuration._buildFolder = buildFolder;

@@ -129,0 +129,0 @@ }

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

Object.defineProperty(exports, "__esModule", { value: true });
exports._HeftLifecycleHooks = exports.TestStageHooks = exports.CleanStageHooks = exports.BundleSubstageHooks = exports.CompileSubstageHooks = exports.BuildSubstageHooksBase = exports.BuildStageHooks = exports.StageHooksBase = exports.ScopedLogger = exports._MetricsCollector = exports.MetricsCollectorHooks = exports.HeftSession = exports.HeftConfiguration = void 0;
var HeftConfiguration_1 = require("./configuration/HeftConfiguration");

@@ -7,0 +8,0 @@ Object.defineProperty(exports, "HeftConfiguration", { enumerable: true, get: function () { return HeftConfiguration_1.HeftConfiguration; } });

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

@@ -58,3 +58,4 @@ "use strict";

apiExtractorPackagePath: resolution.apiExtractorPackagePath,
typescriptPackagePath: (apiExtractorTaskConfiguration === null || apiExtractorTaskConfiguration === void 0 ? void 0 : apiExtractorTaskConfiguration.useProjectTypescriptVersion) ? resolution.typeScriptPackagePath
typescriptPackagePath: (apiExtractorTaskConfiguration === null || apiExtractorTaskConfiguration === void 0 ? void 0 : apiExtractorTaskConfiguration.useProjectTypescriptVersion)
? resolution.typeScriptPackagePath
: undefined,

@@ -61,0 +62,0 @@ buildFolder: buildFolder,

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -118,3 +118,3 @@ return result;

const resolvedSourceFolderPath = path.resolve(buildFolder, copyConfiguration.sourceFolder);
const sourceFileRelativePaths = new Set(await fast_glob_1.default(this._getIncludedGlobPatterns(copyConfiguration), {
const sourceFileRelativePaths = new Set(await (0, fast_glob_1.default)(this._getIncludedGlobPatterns(copyConfiguration), {
cwd: resolvedSourceFolderPath,

@@ -121,0 +121,0 @@ ignore: copyConfiguration.excludeGlobs,

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -44,3 +44,3 @@ return result;

const relativePaths = new Map();
const fileHash = crypto_1.createHash('md5');
const fileHash = (0, crypto_1.createHash)('md5');
for (const file of options.typeScriptFilenames) {

@@ -47,0 +47,0 @@ // Need to use relative paths to ensure portability.

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

@@ -0,1 +1,2 @@

/// <reference types="node" />
import * as childProcess from 'child_process';

@@ -2,0 +3,0 @@ import { ISubprocessMessageBase } from './SubprocessCommunication';

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

@@ -0,7 +1,3 @@

/// <reference types="node" />
import * as child_process from 'child_process';
declare module 'child_process' {
interface ChildProcess {
exitCode?: number | null;
}
}
/**

@@ -8,0 +4,0 @@ * Details about how the `child_process.ChildProcess` was created.

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -22,0 +22,0 @@ return result;

{
"name": "@rushstack/heft",
"version": "0.39.0",
"version": "0.39.1",
"description": "Build all your JavaScript projects the same way: A way that works.",

@@ -30,7 +30,7 @@ "keywords": [

"dependencies": {
"@rushstack/heft-config-file": "0.6.6",
"@rushstack/node-core-library": "3.40.2",
"@rushstack/rig-package": "0.3.0",
"@rushstack/ts-command-line": "4.9.0",
"@rushstack/typings-generator": "0.3.11",
"@rushstack/heft-config-file": "0.6.7",
"@rushstack/node-core-library": "3.40.3",
"@rushstack/rig-package": "0.3.1",
"@rushstack/ts-command-line": "4.9.1",
"@rushstack/typings-generator": "0.3.12",
"@types/tapable": "1.0.6",

@@ -48,6 +48,6 @@ "argparse": "~1.0.9",

"devDependencies": {
"@microsoft/api-extractor": "7.18.9",
"@rushstack/eslint-config": "2.4.0",
"@rushstack/heft": "0.34.6",
"@rushstack/heft-node-rig": "1.1.11",
"@microsoft/api-extractor": "7.18.10",
"@rushstack/eslint-config": "2.4.1",
"@rushstack/heft": "0.38.1",
"@rushstack/heft-node-rig": "1.2.13",
"@types/argparse": "1.0.38",

@@ -57,7 +57,7 @@ "@types/eslint": "7.2.0",

"@types/heft-jest": "1.0.1",
"@types/node": "10.17.13",
"@types/node": "12.20.24",
"@types/semver": "7.3.5",
"colors": "~1.2.1",
"tslint": "~5.20.1",
"typescript": "~3.9.7"
"typescript": "~4.4.2"
},

@@ -64,0 +64,0 @@ "scripts": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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