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.2 to 1.2.3

7

CHANGELOG.md
# @pnpm/global-bin-dir
## 1.2.3
### Patch Changes
- Updated dependencies [75a36deba]
- @pnpm/error@1.3.1
## 1.2.2

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

5

lib/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const error_1 = require("@pnpm/error");
const error_1 = __importDefault(require("@pnpm/error"));
const can_write_to_dir_1 = require("can-write-to-dir");

@@ -5,0 +8,0 @@ const fs = require("fs");

6

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

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

"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run compile && pnpm run _test",

@@ -34,3 +34,3 @@ "prepublishOnly": "pnpm run compile",

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

@@ -37,0 +37,0 @@ "path-name": "^1.0.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