@rushstack/package-deps-hash
Advanced tools
Comparing version 4.1.17 to 4.1.18
@@ -226,3 +226,8 @@ "use strict"; | ||
if (stdin) { | ||
stdin.pipe(proc.stdin); | ||
/** | ||
* For `git hash-object` data is piped in asynchronously. In the event that one of the | ||
* passed filenames cannot be hashed, subsequent writes to `proc.stdin` will error. | ||
* Silence this error since it will be handled by the non-zero exit code of the process. | ||
*/ | ||
(0, stream_1.pipeline)(stdin, proc.stdin, (err) => { }); | ||
} | ||
@@ -229,0 +234,0 @@ const [status] = await (0, events_1.once)(proc, 'exit'); |
{ | ||
"name": "@rushstack/package-deps-hash", | ||
"version": "4.1.17", | ||
"version": "4.1.18", | ||
"description": "", | ||
@@ -15,3 +15,2 @@ "main": "lib/index.js", | ||
"@rushstack/heft": "0.64.0", | ||
"@rushstack/node-core-library": "3.63.0", | ||
"local-node-rig": "1.0.0" | ||
@@ -18,0 +17,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91357
2
905
8