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 1.0.1 to 1.0.2

2

lib/index.js

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

function formatNameAndRange(name, range) {
if (range.includes(' ')) {
if (range.includes(' ') || range === '*') {
return `${name}@"${range}"`;

@@ -55,0 +55,0 @@ }

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

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

"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
},
"readme": "# @pnpm/render-peer-issues\n\n> Visualizes peer dependency issues\n\n## Installation\n\n```\npnpm add @pnpm/render-peer-issues\n```\n\n## License\n\n[MIT](LICENSE)\n"
}

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