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
358
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.42.3 to 0.42.4

7

CHANGELOG.md
# Change Log - @rushstack/heft
This log was last generated on Mon, 29 Nov 2021 07:26:16 GMT and should not be manually modified.
This log was last generated on Fri, 03 Dec 2021 03:05:22 GMT and should not be manually modified.
## 0.42.4
Fri, 03 Dec 2021 03:05:22 GMT
_Version update only_
## 0.42.3

@@ -6,0 +11,0 @@ Mon, 29 Nov 2021 07:26:16 GMT

4

lib/plugins/CopyFilesPlugin.js

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

newLinkPath: copyDescriptor.destinationFilePath,
alreadyExistsBehavior: "overwrite" /* Overwrite */
alreadyExistsBehavior: node_core_library_1.AlreadyExistsBehavior.Overwrite
});

@@ -101,3 +101,3 @@ }

destinationPath: copyDescriptor.destinationFilePath,
alreadyExistsBehavior: "overwrite" /* Overwrite */
alreadyExistsBehavior: node_core_library_1.AlreadyExistsBehavior.Overwrite
});

@@ -104,0 +104,0 @@ }

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

this.readFile = (filePath, options) => {
let contents = this.readFileToBuffer(filePath).toString((options === null || options === void 0 ? void 0 : options.encoding) || "utf8" /* Utf8 */);
let contents = this.readFileToBuffer(filePath).toString((options === null || options === void 0 ? void 0 : options.encoding) || node_core_library_1.Encoding.Utf8);
if (options === null || options === void 0 ? void 0 : options.convertLineEndings) {

@@ -93,0 +93,0 @@ contents = node_core_library_1.Text.convertTo(contents, options.convertLineEndings);

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

@@ -31,4 +31,4 @@ "keywords": [

"dependencies": {
"@rushstack/heft-config-file": "0.7.6",
"@rushstack/node-core-library": "3.43.2",
"@rushstack/heft-config-file": "0.7.7",
"@rushstack/node-core-library": "3.44.0",
"@rushstack/rig-package": "0.3.5",

@@ -48,6 +48,6 @@ "@rushstack/ts-command-line": "4.10.4",

"devDependencies": {
"@microsoft/api-extractor": "7.18.19",
"@microsoft/api-extractor": "7.18.20",
"@rushstack/eslint-config": "2.4.5",
"@rushstack/heft": "0.41.6",
"@rushstack/heft-node-rig": "1.2.25",
"@rushstack/heft": "0.42.3",
"@rushstack/heft-node-rig": "1.2.32",
"@types/argparse": "1.0.38",

@@ -54,0 +54,0 @@ "@types/eslint": "7.2.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