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

@pnpm/default-reporter

Package Overview
Dependencies
Maintainers
3
Versions
346
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 6.1.0 to 6.1.1

4

lib/reportError.js

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

function reportError(logObj) {
var _a, _b, _c;
var _a, _b, _c, _d;
if (logObj['err']) {

@@ -53,3 +53,3 @@ const err = logObj['err'];

const errorSummary = formatErrorSummary(err.message);
if (!logObj['message']['pkgsStack']) {
if (!((_d = logObj['message']['pkgsStack']) === null || _d === void 0 ? void 0 : _d.length)) {
return errorSummary;

@@ -56,0 +56,0 @@ }

{
"name": "@pnpm/default-reporter",
"version": "6.1.0",
"version": "6.1.1",
"description": "The default reporter of pnpm",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"just-test-preview": "ts-node test --type-check",
"just-test": "pnpm run tsc && ts-node test --type-check",
"just-test": "pnpm run tsc -- --sourceMap && cd ../.. && c8 --reporter lcov --reports-dir packages/default-reporter/coverage ts-node packages/default-reporter/test --type-check",
"tsc": "rimraf lib && tsc",

@@ -18,0 +18,0 @@ "prepublishOnly": "pnpm run tsc"

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