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

@pnpm/cli-utils

Package Overview
Dependencies
Maintainers
3
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/cli-utils - npm Package Compare versions

Comparing version 0.4.46 to 0.4.47

14

CHANGELOG.md
# @pnpm/cli-utils
## 0.4.47
### Patch Changes
- 548f28df9: Format the printed warnings.
- Updated dependencies [548f28df9]
- Updated dependencies [548f28df9]
- @pnpm/default-reporter@7.10.0
- @pnpm/config@11.12.0
- @pnpm/cli-meta@1.0.1
- @pnpm/manifest-utils@1.1.5
- @pnpm/package-is-installable@4.0.19
- @pnpm/read-project-manifest@1.1.6
## 0.4.46

@@ -4,0 +18,0 @@

3

lib/getConfig.js

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

const config_1 = __importDefault(require("@pnpm/config"));
const default_reporter_1 = require("@pnpm/default-reporter");
async function default_1(cliOptions, opts) {

@@ -22,3 +23,3 @@ const { config, warnings } = await config_1.default({

if (warnings.length > 0) {
console.log(warnings.join('\n'));
console.log(warnings.map((warning) => default_reporter_1.formatWarn(warning)).join('\n'));
}

@@ -25,0 +26,0 @@ return config;

{
"name": "@pnpm/cli-utils",
"version": "0.4.46",
"version": "0.4.47",
"description": "Utils for pnpm commands",

@@ -32,3 +32,3 @@ "main": "lib/index.js",

"@pnpm/logger": "^3.2.3",
"@pnpm/types": "6.3.1",
"@pnpm/types": "6.4.0",
"@types/ramda": "^0.27.35"

@@ -38,7 +38,8 @@ },

"@pnpm/cli-meta": "1.0.1",
"@pnpm/config": "11.11.1",
"@pnpm/config": "11.12.0",
"@pnpm/default-reporter": "7.10.0",
"@pnpm/error": "1.4.0",
"@pnpm/manifest-utils": "1.1.4",
"@pnpm/package-is-installable": "4.0.18",
"@pnpm/read-project-manifest": "1.1.5",
"@pnpm/manifest-utils": "1.1.5",
"@pnpm/package-is-installable": "4.0.19",
"@pnpm/read-project-manifest": "1.1.6",
"chalk": "^4.1.0",

@@ -45,0 +46,0 @@ "load-json-file": "^6.2.0"

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