Socket
Socket
Sign inDemoInstall

@rushstack/package-deps-hash

Package Overview
Dependencies
Maintainers
3
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/package-deps-hash - npm Package Compare versions

Comparing version 4.1.17 to 4.1.18

7

lib/getRepoState.js

@@ -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');

3

package.json
{
"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

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