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

@pnpm/global-bin-dir

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/global-bin-dir - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

7

CHANGELOG.md
# @pnpm/global-bin-dir
## 1.2.5
### Patch Changes
- Updated dependencies [0c5f1bcc9]
- @pnpm/error@1.4.0
## 1.2.4

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

11

package.json
{
"name": "@pnpm/global-bin-dir",
"version": "1.2.4",
"version": "1.2.5",
"description": "Finds a directory that is in PATH and we have permission to write to i",

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

"engines": {
"node": ">=10.14"
"node": ">=10.16"
},

@@ -20,3 +20,3 @@ "scripts": {

"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/global-bin-dir/coverage ts-node packages/global-bin-dir/test --type-check"
"_test": "jest"
},

@@ -35,3 +35,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/global-bin-dir",

"dependencies": {
"@pnpm/error": "^1.3.1",
"@pnpm/error": "^1.4.0",
"can-write-to-dir": "^1.0.0",

@@ -42,5 +42,4 @@ "path-name": "^1.0.0"

"@pnpm/global-bin-dir": "link:",
"is-windows": "^1.0.2",
"proxyquire": "^2.1.3"
"is-windows": "^1.0.2"
}
}
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