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

@pnpm/render-peer-issues

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/render-peer-issues - npm Package Compare versions

Comparing version 5.0.9 to 5.0.10

5

lib/index.js

@@ -96,2 +96,7 @@ "use strict";

function createTree(pkgNode, pkgs, issueText) {
if (pkgs.length === 0) {
// This will happen if incorrect data is passed to the reporter.
// It is better to print something instead of crashing.
pkgs = [{ name: '<unknown>', version: '<unknown>' }];
}
const [pkg, ...rest] = pkgs;

@@ -98,0 +103,0 @@ const label = `${pkg.name} ${chalk_1.default.grey(pkg.version)}`;

11

package.json
{
"name": "@pnpm/render-peer-issues",
"description": "Visualizes peer dependency issues",
"version": "5.0.9",
"version": "5.0.10",
"bugs": {

@@ -31,4 +31,4 @@ "url": "https://github.com/pnpm/pnpm/issues"

"@pnpm/parse-overrides": "5.1.1",
"@pnpm/types": "12.2.0",
"@pnpm/matcher": "6.0.0"
"@pnpm/matcher": "6.0.0",
"@pnpm/types": "12.2.0"
},

@@ -39,3 +39,3 @@ "devDependencies": {

"strip-ansi": "^6.0.1",
"@pnpm/render-peer-issues": "5.0.9"
"@pnpm/render-peer-issues": "5.0.10"
},

@@ -45,2 +45,5 @@ "exports": {

},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {

@@ -47,0 +50,0 @@ "_test": "jest",

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