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

@pnpm/default-reporter

Package Overview
Dependencies
Maintainers
2
Versions
343
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/default-reporter - npm Package Compare versions

Comparing version 12.4.12 to 12.4.13

5

lib/reporterForClient/reportLifecycleScripts.js

@@ -216,3 +216,6 @@ "use strict";

function aggregateOutput(source) {
return source.pipe((0, operators_1.groupBy)(data => data.depPath), (0, operators_1.mergeMap)(group => {
return source.pipe(
// The '\0' is a null character which delimits these strings. This works since JS doesn't use
// null-terminated strings.
(0, operators_1.groupBy)((data) => `${data.depPath}\0${data.stage}`), (0, operators_1.mergeMap)(group => {
return group.pipe((0, operators_1.buffer)(group.pipe((0, operators_1.filter)(msg => 'exitCode' in msg))));

@@ -219,0 +222,0 @@ }), (0, operators_1.map)(ar => Rx.from(ar)), (0, operators_1.mergeAll)());

12

package.json
{
"name": "@pnpm/default-reporter",
"version": "12.4.12",
"version": "12.4.13",
"description": "The default reporter of pnpm",

@@ -40,8 +40,8 @@ "main": "lib/index.js",

"string-length": "^4.0.2",
"@pnpm/config": "20.4.1",
"@pnpm/config": "20.4.2",
"@pnpm/dedupe.issues-renderer": "1.0.0",
"@pnpm/core-loggers": "9.0.6",
"@pnpm/dedupe.issues-renderer": "1.0.0",
"@pnpm/dedupe.types": "1.0.0",
"@pnpm/error": "5.0.2",
"@pnpm/render-peer-issues": "4.0.6",
"@pnpm/error": "5.0.2",
"@pnpm/dedupe.types": "1.0.0",
"@pnpm/types": "9.4.2"

@@ -57,3 +57,3 @@ },

"strip-ansi": "^6.0.1",
"@pnpm/default-reporter": "12.4.12"
"@pnpm/default-reporter": "12.4.13"
},

@@ -60,0 +60,0 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/cli/default-reporter#readme",

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