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

@pnpm/list

Package Overview
Dependencies
Maintainers
3
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/list - npm Package Compare versions

Comparing version 5.0.19 to 5.0.20

6

CHANGELOG.md
# @pnpm/list
## 5.0.20
### Patch Changes
- f1dc3c872: format package name in ls comand
## 5.0.19

@@ -4,0 +10,0 @@

2

lib/renderTree.js

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

label += pkg.path;
let output = `${label}\n`;
let output = `${chalk.bold.underline(label)}\n`;
const useColumns = opts.depth === 0 && !opts.long && !opts.search;

@@ -47,0 +47,0 @@ for (const dependenciesField of [...types_1.DEPENDENCIES_FIELDS.sort(), 'unsavedDependencies']) {

{
"name": "@pnpm/list",
"version": "5.0.19",
"version": "5.0.20",
"description": "List installed packages in a symlinked `node_modules`",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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