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.6.0 to 0.6.1

lib/getConfig.js.map

8

CHANGELOG.md
# @pnpm/cli-utils
## 0.6.1
### Patch Changes
- Updated dependencies [ba5231ccf]
- @pnpm/config@12.1.0
- @pnpm/default-reporter@8.0.1
## 0.6.0

@@ -4,0 +12,0 @@

19

package.json
{
"name": "@pnpm/cli-utils",
"version": "0.6.0",
"version": "0.6.1",
"description": "Utils for pnpm commands",

@@ -14,8 +14,2 @@ "main": "lib/index.js",

},
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix",
"test": "pnpm run compile"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/cli-utils",

@@ -37,4 +31,4 @@ "keywords": [

"@pnpm/cli-meta": "2.0.0",
"@pnpm/config": "12.0.0",
"@pnpm/default-reporter": "8.0.0",
"@pnpm/config": "12.1.0",
"@pnpm/default-reporter": "8.0.1",
"@pnpm/error": "2.0.0",

@@ -50,3 +44,8 @@ "@pnpm/manifest-utils": "2.0.0",

},
"funding": "https://opencollective.com/pnpm"
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix",
"test": "pnpm run compile"
}
}
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