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
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 3.0.3 to 4.0.0

2

lib/index.d.ts

@@ -1,4 +0,4 @@

import { PeerDependencyIssuesByProjects } from '@pnpm/types';
import { type PeerDependencyIssuesByProjects } from '@pnpm/types';
export declare function renderPeerIssues(peerDependencyIssuesByProjects: PeerDependencyIssuesByProjects, opts?: {
width?: number;
}): string;
{
"name": "@pnpm/render-peer-issues",
"description": "Visualizes peer dependency issues",
"version": "3.0.3",
"version": "4.0.0",
"bugs": {

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

"keywords": [
"pnpm7"
"pnpm8"
],
"license": "MIT",
"engines": {
"node": ">=14.6"
"node": ">=16.14"
},

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

"cli-columns": "^4.0.0",
"@pnpm/types": "8.10.0"
"@pnpm/types": "9.0.0"
},

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

"strip-ansi": "^6.0.1",
"@pnpm/render-peer-issues": "3.0.3"
"@pnpm/render-peer-issues": "4.0.0"
},

@@ -44,5 +44,5 @@ "exports": {

"test": "pnpm run compile && pnpm run _test",
"lint": "eslint src/**/*.ts test/**/*.ts",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"compile": "tsc --build && pnpm run lint --fix"
}
}

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