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

@pnpm/default-reporter

Package Overview
Dependencies
Maintainers
3
Versions
345
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/default-reporter - npm Package Compare versions

Comparing version 5.1.1-0 to 5.1.1

3

lib/index.js

@@ -39,2 +39,5 @@ "use strict";

function logUpdate(view) {
// A new line should always be appended in case a prompt needs to appear.
// Without a new line the prompt will be joined with the previous output.
// An example of such prompt may be seen by running: pnpm update --interactive
if (!view.endsWith(constants_1.EOL))

@@ -41,0 +44,0 @@ view += constants_1.EOL;

2

package.json
{
"name": "@pnpm/default-reporter",
"version": "5.1.1-0",
"version": "5.1.1",
"description": "The default reporter of pnpm",

@@ -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