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.40 to 0.4.41

7

CHANGELOG.md
# @pnpm/cli-utils
## 0.4.41
### Patch Changes
- Updated dependencies [041537bc3]
- @pnpm/config@11.9.1
## 0.4.40

@@ -4,0 +11,0 @@

3

lib/index.js

@@ -24,3 +24,4 @@ "use strict";

__exportStar(require("./style"), exports);
exports.docsUrl = (cmd) => `https://pnpm.js.org/en/cli/${cmd}`;
const docsUrl = (cmd) => `https://pnpm.js.org/en/cli/${cmd}`;
exports.docsUrl = docsUrl;
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/cli-utils",
"version": "0.4.40",
"version": "0.4.41",
"description": "Utils for pnpm commands",

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

"@pnpm/cli-utils": "link:",
"@pnpm/logger": "^3.2.2",
"@pnpm/logger": "^3.2.3",
"@pnpm/types": "6.3.1",
"@types/ramda": "^0.27.32"
"@types/ramda": "^0.27.34"
},
"dependencies": {
"@pnpm/cli-meta": "1.0.1",
"@pnpm/config": "11.9.0",
"@pnpm/config": "11.9.1",
"@pnpm/error": "1.4.0",

@@ -41,0 +41,0 @@ "@pnpm/manifest-utils": "1.1.4",

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