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
2
Versions
45
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 1.1.2 to 2.0.0

3

lib/index.js

@@ -10,3 +10,2 @@ "use strict";

function default_1(peerDependencyIssuesByProjects, opts) {
var _a;
const projects = {};

@@ -35,3 +34,3 @@ for (const [projectId, { bad, missing, conflicts, intersections }] of Object.entries(peerDependencyIssuesByProjects)) {

newline: '\n ',
width: ((_a = opts === null || opts === void 0 ? void 0 : opts.width) !== null && _a !== void 0 ? _a : process.stdout.columns) - 2,
width: (opts?.width ?? process.stdout.columns) - 2,
};

@@ -38,0 +37,0 @@ return Object.entries(projects)

{
"name": "@pnpm/render-peer-issues",
"description": "Visualizes peer dependency issues",
"version": "1.1.2",
"version": "2.0.0",
"bugs": {

@@ -15,7 +15,7 @@ "url": "https://github.com/pnpm/pnpm/issues"

"keywords": [
"pnpm6"
"pnpm7"
],
"license": "MIT",
"engines": {
"node": ">=12.17"
"node": ">=14.19"
},

@@ -26,3 +26,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/main/packages/render-peer-issues",

"dependencies": {
"@pnpm/types": "7.10.0",
"@pnpm/types": "8.0.0",
"archy": "^1.0.0",

@@ -33,6 +33,9 @@ "chalk": "^4.1.0",

"devDependencies": {
"@pnpm/render-peer-issues": "1.1.2",
"@pnpm/render-peer-issues": "2.0.0",
"@types/archy": "0.0.31",
"strip-ansi": "^6.0.0"
},
"exports": {
".": "./lib/index.js"
},
"scripts": {

@@ -39,0 +42,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